Crash occurs when playing in editor with a character that has a Simple Wheeled Vehicle Movement Component, with a Wheel Class assigned to it. This crash seems to only occur if Don't Create Shape is ...
Opening levels that need texture streaming rebuilt causes the level to be dirty and unsaved, even though the user has not edited the level at all. This isn't consistent with other building features ...
When opening the default level, the user can see a "Texture Streaming needs to be rebuilt" for the level. ...
When using an orthographic camera all point lights set to movable or stationary stop rendering while playing in the editor. This is also broken in standalone game. Note I've attached the project f ...
Welding components uses precomputed weights for to determine center of mass for the actor. This can cause problems when users want to specify custom weights for certain components. ...
In Persona, if the user has the viewport focused, they cannot use the shortcut to play or pause animations. ...
When looking at a large flat surfaces at very sharp angles dark banding will occur at the horizon. This also occurs in 4.14 CL 3091931 Note : I've attached a 4.12.5 version of the project (SSR412) ...
Can only render Matinee movies with Separate Process. ...
CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...
FBX objects with "ncl1" suffix conflict with "Combine Meshes" disabled I've found that you can name objects with identical names(For example, "Test") in 3DS Max or Maya (they must be under differe ...