mixin一个umg后,在关闭界面的时候unmixin脚本,下次再重新打开界面,上一次的成员变量的数据都还在 #1603
-
是不是使用的mixin和unmixin的姿势不对,还是unmixin的机制就是如此。在unmixin之后ts的对象不释放。调用GEngine->TrimMemory()也没有效果。在使用的时候每次都需要在construct中重新初始化一下成员变量。如果在ts中持有c++对象忘了释放会不会有影响他的gc |
Beta Was this translation helpful? Give feedback.
Answered by
chexiongsheng
Nov 23, 2023
Replies: 1 comment 2 replies
-
mixin只是把方法加进去,作为反操作,unmixin也仅仅是把方法去掉。 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yunyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mixin只是把方法加进去,作为反操作,unmixin也仅仅是把方法去掉。