The path track does not play well with velocity, and seems to keep the velocity of the movement from the object's initial location and the start of the path. Baking the transform resolves the issue. ...
Projects that worked normally in 4.18, failures occurred in 4.19. Resolve by replacing the contents of the LevelSequence that is the cause of the problem with the new asset.Perhaps a problem has occ ...
Select Objects calls FSequencer::SelectObject which empties the selection before selecting an object, so Select Objects can only select one object at a time, despite taking an array of object bindin ...
The motion blur rendering is causing some issues when rendering the cloth asset as the timestep wildly changes without the number of substeps being increased, The movie pipeline code needs to man ...
Really close to the repro steps for [Link Removed] Same repro steps produced the following Buggs along with this one: [Link Removed] [Link Removed] Error message: Fatal error: [Link Removed] [Lin ...
Using the scripting functions to set the view range of a sequence will not update unless the sequence is re-opened. Usual updates for scripting issues like locking and unlocking the sequence don't w ...
If two skeletal meshes are playing an animation at the same time and one of them has an anim class and the other does not, it appears that the animations will be slightly off from one another. ...