Skip to content

1.10.4

Compare
Choose a tag to compare
@landelare landelare released this 13 Nov 13:53
· 14 commits to master since this release

This release contains a few changes backported from 2.0.1. It has been tested against Unreal Engine 5.3, 5.4, and 5.5.

UE5Coro

  • Unreal Engine 5.5 is supported.
  • TCoroutine::ContinueWithWeak now uses the UObject pinning facility introduced in UE5.5 to avoid holding a GC lock. No change in 5.4 and below.

UE5CoroGAS

  • NonInstanced gameplay abilities have been deprecated in Unreal Engine 5.5, and they're no longer supported. Full support remains if using older engine versions.