Skip to content

Commit 9d1340e

Browse files
author
rdeioris
authored
Update uobject_API.md
1 parent f7b539b commit 9d1340e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

uobject_API.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
The uobject API
22
===============
33

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+
49
---
510
```py
611
x, y, z = uobject.get_actor_location()

0 commit comments

Comments
 (0)