Master

Fix lookup of enums in UE5.1 In Unreal 5.1, Epic deprecated ANY_PACKAGE in FindObject instead requiring a valid Outer to look up objects. Passing in nullptr to this function now returns nullptr. A new FindFirstObject API was added in 5.1 that is used internally by the engine code to look up enums by name.

Merge request reports

Loading