This issue can cause problems for developers who are operating at framerates that aren't 30fps (eg 24). In Sequencer: [Link Removed] In Maya: [Link Removed] ...
When importing an FBX with a known FBX import issue and the Message Log already open, the FBX Import error will appear but the FBX Import Category which is not present upon opening the Message Log w ...
This problem did not occur in 4.27.0. Animation is not output when outputting a hierarchical structure. Actor(A) ┗Actor(B) ┗Actor(C) This is how the attachments are registered, and the ke ...
The cause is that the ImportFBXProperty in MovieSceneToolHelpers.cpp is divided by DecimalRate. ArriveTangent = ArriveTangent / ((Key.Time - PrevKey.Time) * DecimalRate); LeaveTangent = LeaveTange ...
This won't always happen, but the call in ImportDestructibleMeshFromApexDestructibleAsset to LODModel.ReleaseResources(); will enqueue render commands to release the resource, but the call after tha ...
Due to the following code in [Link Removed] (CL-11585172), it is always set to Break even if the Tangent value is continuous. ArriveTangent = LeftTangent * (ArriveTimeDiff); ... LeaveTangent = Ri ...