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 8e60bc8 commit 8005df7Copy full SHA for 8005df7
README.md
@@ -513,6 +513,8 @@ ts.dumb = DumbStruct(Foo=17, Bar=22)
513
ts.ref().dumb.foo().Foo = 22
514
```
515
516
+More details here: https://github.com/20tab/UnrealEnginePython/blob/master/docs/MemoryManagement.md
517
+
518
The ue_site.py file
519
-------------------
520
@@ -860,6 +862,7 @@ Starting from release 20180226 a new memory management system has been added (FU
860
862
861
863
The same system works for delegates, as well as Slate.
864
865
866
867
Unit Testing
868
------------
0 commit comments