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:

  1. TObjectIterator can return object which was destroyed but not deleted from memory. Must check it using IsPendingKill.
  2. Add thread safe for callbacks. Callbacks should call from unreal main thread