A user has reported that using GetAttachedActors in the Constructor does not work properly. If actors are attached in the editor, the function does not return the correct value when called in the Co ...
Setting a Vehicle to Asynchronous physics will cause a crash. Confirmed in 4.22 Main at CL 4542756 ...
There seems to be a bug with the Possess\Unpossess events. Because if you change the last node in "PossessCharacter", which is created in PlayerController(called "PC"), to Unpossess the AI still con ...
Duplicate SetMaterialAttributes nodes will be missing attribute connections on the node itself, but in the properties tab they will show up. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 Previe ...
When simulating in Editor, the Skeletal Mesh bone locations are not being passed into simulate if the simulation is being toggled the same frame when the Mesh is being set on a Skeletal Mesh compone ...
The void function UButton::RebuildWidget() does not call PressMethod when rebuilding the widget. Tested 4.19.2 (CL- 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4537669), 4.22 (CL - 4531805) ...
DrawDebugString does not render at set location in VR Other debug helpers rendering as expected Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp DrawDebugString looks to be the only fu ...
The "Include Debug Files" option being disabled is not taken into account for "For Distribution" builds. The debug files are included no matter what this is set to. Regression?: Yes This did not oc ...
IE_Released is called when switching between the Game and UI input modes, despite the button being still held. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4527422), 4.22 (C ...
Max draw distance cannot be changed to a higher value than it is first set, until you reset it back to default. Working as expected in 4.19 CL# 4033788 Found in 4.20 CL# 4369336, 4.21 CL# 4516095, ...