Specifying which orientations the iOS app supports are not honoured correctly. ie: a landscape only game will still render in Portrait mode even when Portrait is disabled in the iOS Settings panel ...
Result : only the layer not ending with _0 or _1 will actually render (i.e. Layer0 in the previous example) Expected result : all 3 layers can be painted, no matter their name ...
Regression unconfirmed because this is a new feature. This is not a regression for UE. Tested in //UE5/Release-5.3 CL28051148. Update: When attempting to reproduce on Apple Silicon, Bridge opens ...
Using the new GameplayEffect's component based configuration, selected tags (FGameplayTagRequirements) don't inherit from parent GameplayEffect blueprints to child BPs. ...
Adding a startup movie to a Lyra Starter game project will cause a crash in a packaged build. Full callstack is attached ...