In the rolling ball template, the new floor meshes cause the player character to jump when the player has not pressed any jump commands. It occurs more often if the players movement has been increas ...
Animations are looped incorrectly when using an animation blueprint and a rate scale other than 1.0 in Sequencer. ...
Changing the view mode to Shader Complexity while in Android ES 3.1 preview render will show a black and grey checkerboard in the viewport. This does not happen in UE 4.27 ...
Nanite mesh socketed to a Skeletal Mesh is not affected by the 'Owner No See' or 'Only Owner See'. Compared this against a regular Static Mesh. ...
Building from VS causes the compilation to fail. (Have not had the opportunity to check XCode yet, investigating) Found in //UE4/Dev-Core @ 3048370 Currently occurs in //UE4/Main @ 3049508Severity ...
When a scale box is the the first child of a container widget, setting the user specified scale to 0 will affect all other widgets in the same parent container. ...
After hot reloading a project, if the class a blueprint is based off of was edited, the blueprint is unable to be saved due to being referenced in Engine/Transient. Project for Repro: [Link Removed ...
Font outlines render underneath the text, meaning that partially transparent text will allow the outline color to show through. This can be avoided by enabling Separate Fill Alpha. However, that opt ...
When a room component is added in C++ via the actor constructor, an ensure is triggered from precaching and the groom component. Behavior also observed on UE5/Release-5.5, CL: 40988944 ...
in 5.0 or 5.1, MinimumLOD per platform can be previewed in the mobile ES3.1 preview mode, but It seems that the LOD ScreenSize per platform is not reflected in the mobile preview. ...