Using "start previewing node" in a post process material does not work. The preview will only show the final result that is connected to the material attributes. Working as expected in 4.18 CL# 38 ...
When setting a C++ class that's derived from CrowdManager as the "Crowd Manager Class", will cause the "Crowd Manager Class" value to be set to "None" when the Editor is restarted. This issue was r ...
When shift-dragging in the Blueprint graph and ending the drag on a node with a connected wire, the Blueprint graph will freeze up. There is an attached video that showcases the issue as well. Th ...
Enabling the check boxes for Merge GC Clusters and Blueprint Clustering causes packaged Windows projects to crash on startup. The log and dump files regarding this crash have been attached to this t ...
This crash occurs when trying to retarget an animation onto another skeleton with a retargeting rig that references a virtual bone. This issue could be similar to [Link Removed] This issue was re ...
When running a standalone build, focus navigation doesn't work on widgets within a world-space widget component. This may be fallout from [Link Removed], which parented the widget component's virtua ...
Using following code in Python: seq.add_possessable(seq.add_spawnable_from_class(unreal.CineCameraActor).get_object_template().camera_component) doesn't create a camera component track in sequen ...
Replay System throws an Ensure during demoplay when calling it in a different Level. The error is thrown at Source\Runtime\Engine\Private\RepLayout.cpp]. It does not prevent the Replay from being pl ...
The function Play to(seconds) does not functions as it's tooltip implies. "Play the sequence from the current time, to the specified time in seconds". The function instead snaps to the specified tim ...
"Simulate Selected" overwrites "Physics Type" property when playing in Editor. In any subsequent PIE sessions SK_Mannequin will simulate physics even though the option is toggled off. This was repo ...