When static lighting is built for a landscape with "Use Material Position Offset in Static Lighting" enabled it causes an editor crash. Licensee mentioned it was likely caused by a commit for 5.4, C ...
If two states have MoveDirectionIntent vectors that are opposite to each other, interpolating between these states can result in MoveDirectionIntent being 0. This may cause issues for animation blue ...
In a simple setup of the Fullbody IK control rig node, when you turn on the debug draw of the ik solve. The lines and the skeleton do not align. ...
When using instance custom data values, removing an instance and changing the number of custom data floats in sequence can cause an array-out-of-bounds crash. The underlying arrays are not resized ...
Right clicking inside the event graph of a blueprint that is derived from PhysicsCollisionHandler will crash the editor CrashReporter: [Link Removed] ...
Pausing PIE does not stop timelines from running if players is set to more than 1. Test project attached. Reproduced in 4.9.2 binary, 4.10.0 binary, and Main (CL# 2776829) ...
Declaring a UPROPERTY() TArray with TFixedAllocator fails to compile. Output log states "Missing '>' in 'tarray'." Removing/commenting out the UPROPERTY() allows the project to compile correctly. ...
If the directional light is switched from stationary to static, the Light Source Angle Input option is disabled in the details pane. ...
DESCRIPTION: Collision's on CPU Particles are incorrectly being offset on Z by several units [Link Removed]https://answers.unrealengine.com/questions/105202/mesh-particle-collision-bug.html EDIT: ...
Some nodes have target pins that auto-fill to target: self. However, unless a value is passed into this node from a get or other means, the blueprint will not compile. ...