splash-damage / future-extensions

Unreal Engine plugin for async task programming
BSD 3-Clause "New" or "Revised" License
175 stars 26 forks source link

Updated FutureContinuationDetails template in order to fix UE5 issue #27

Closed CMesonArana closed 2 years ago

CMesonArana commented 2 years ago

In UE5, the default ESPMode is ThreadSafe (in contrast UE4), so we have to specialize explicitly in both cases to provide support to both engines' versions at the same time.