In UTakeRecorderActorSource::EnsureObjectTemplateHasComponent() function, MakeUniqueObjectName() generates the same name of a component which CachedObjectTemplate for TakeRecorder has already had. T ...
When a Niagara System is placed at around 10^8 units away from the origin, the movements of the mesh particles aren't smooth as expected, but jumpy. These particles behave as if they are using a flo ...
On higher-density Landscapes, Landscape Splines can lead to patterned artifacts in the geometry normals. Also tested on //UE/Release-5.6, CL:45232827 ...
Moving a level sequence asset that contains actors that are being referenced as a subsequence in an attach track causes the references to drop, even though the subsequence reference is correctly upd ...
This may not be an expected use of state machines, but it is becoming a showstopper for a couple of users. These user's are caching their locomotion state machine and then using a second state mach ...
If a mesh is duplicated within a blueprint components panel, it will be invisible in the viewport, the transform widget will incorrectly align itself and refrain from moving, and if the transform wi ...
Packaged Win32 Shootergame crashes in OpenGL. This cropped up while testing on Windows XP, but occurs on all platforms if you launch in OpenGL. QA REGRESSION: YES WORKING: Regressing now BROKEN: ...
When editing settings in a blueprint node's details and copying the values of a setting / pasting to the same value of a different node, the value will update after pasting but the checkbox setting ...
When using Diff Against Depot to see changes made to a file since it was last checked in, changes made to the AI Controller default property are not displayed under the defaults section. Found in ...
Adjusting play speed for animation causes notifies to trigger multiple times. Creates a stuttering effect. ...