Skip to content

Commit 605f89a

Browse files
author
rdeioris
authored
Update README.md
1 parent 2fda5cd commit 605f89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ if is_hitting_something:
496496
ue.log(hit_result)
497497
```
498498

499-
Structs are exposed by the unreal_engine.structs virtual module. remember that structs are copied by value, so a unreal_engine.UScriptStruct object is exposed.
499+
Structs are exposed by the unreal_engine.structs virtual module. Remember that structs are passed by value (not by ref like UObject's), so a dedicated unreal_engine.UScriptStruct python class is exposed.
500500

501501
To create a new struct instance you can do:
502502

0 commit comments

Comments
 (0)