This was introduce by changes to UEdGraphSchema_K2::CanFunctionBeUsedInGraph in CL 9230757 for [Link Removed]. ...
Landscape splines are displaying their collision incorrectly. The collision is projected off the spline however this issue is purely visual. The collision itself still works as expected. This was t ...
Delegate types aren't parsed unless the header file comes with a UCLASS/USTRUCT/UENUM ...
Sequencer scripting will return the tick rate frame number for Get Playback Range instead of the display rate frame number. This differs from similar functions, and will result in unexpected results ...
The engine does not free the LevelRenderAssetManagers array elements in FRenderAssetStreamingManager when changing lighting scenarios. Following code can avoid this issue. void FRenderAssetStre ...
Translucent selection does not work on Niagara particles. This was working in 4.24. ...
When previewing an object, manually changing the rotation using the Lighting Rig Rotation rotates Environment Map and Directional Light in opposite directions. This bug makes it difficult to do look ...
When previewing an object, the lighting angles change between profiles; the lighting position at '0' will also change when the Lighting Rig Rotation is set to another value, then back to 0 again. ...
From this UDN: https://udn.unrealengine.com/questions/601647/animation-insights-crash.html Looks like we need to cache the function index in FAnimNode_LinkedAnimGraph::DynamicLink and apply the sa ...
UE4Editor crashes when we eject from a Play In Editor session while starting a multiplayer session. ...