We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b539b commit 9d1340eCopy full SHA for 9d1340e
uobject_API.md
@@ -1,6 +1,11 @@
1
The uobject API
2
===============
3
4
+This is the list of the methods exposed by the uobject api.
5
+
6
+Remember we do not need to expose all of the methods available in ue4, but only the most common one that could impact performances
7
+if using the c++ reflection too much. For all the other cases using uobject.call('Function args') is the blessed approach.
8
9
---
10
```py
11
x, y, z = uobject.get_actor_location()
0 commit comments