issues
search
AppsFlyerSDK
/
appsflyer-unreal-plugin
AppsFlyer SDK For Unreal Engine
21
stars
11
forks
source link
Fix TObjectIterator bugs
#38
Open
lutsein
opened
7 months ago
lutsein
commented
7 months ago
Fix 2 bugs:
TObjectIterator can return object which was destroyed but not deleted from memory. Must check it using IsPendingKill.
Add thread safe for callbacks. Callbacks should call from unreal main thread
Fix 2 bugs: