Application crashes when deploying a game to iOS with Metal enabled. This has only been reproduced if a sub-level has been added to the starting level within the project. This seems to only happen ...
When you declare a plugin as "Editor" type, the plugin is still included in a packaged development build. Found in 4.10.3 binary. Reproduced in 4.11 Preview 5, and Main CL 2870013 ...
Consider a C++/BP class containing an EditAnywhere/InstanceEditable variable with type (UDataAsset*), (UPrimaryDataAsset*), or any of their subclasses. When setting this variable using a Property Ed ...
After calling Seamless Travel, actors in the level will not be in their original positions. The example provided by the licensee had a different result: the actors, despite having Start Awake disabl ...
'Directions are not Compatible' error on ForEachLoopWithBreak if split struct pin is disconnected from Enum type. Note: If the pins are reconstructed and the resplit, the error is fixed. ...
Damping is handled differently at lower frame rates. Slight changes in damping at lower FPS (25) drastically effects objects and isn't applied in the same way as at higher FPS (60) User Description ...
In the UE5 case, we end up seeing very harsh lines in both the gradient and the distance to nearest surface examples whereas the results in 4.27 appear smooth. It was also interesting to observe c ...
Block tags are not working correctly in version 5.5.2, it was working in 5.5.1. This is caused by a change done in version 5.5.2. The exact CL is: CL 35930696 ...
Texture sizes incorrect and always output 1k resolution textures when creating HLOD proxy meshes and using the per property manual override for texture sizes. I have attached a screenshot which exh ...
Assertion failed: SoundWave->GetPrecacheState() == ESoundWavePrecacheState::InProgress The above assertion fail was seen when played in standalone mode. Play-In-Editor mode (PIE) is working as exp ...