Some bones are not removed even when registered in "Bones to Remove"

UE - Anim - Runtime - Mar 22, 2020

 The difference between "testbone" and "testbone2" is only whether there is "joint7" Skinning itself has been properly ruled out. However, it can be confirmed by attaching a socket etc., but the bo ...

Compiling blueprints with a reroute node attached to a class variable to a "Spawn for gameplay task" causes the pin to "instigator" to disconnect

UE - Gameplay - Mar 20, 2020

Creating a reroute node between a class variable and a "Spawn actor for gameplay task's" class pin will cause the variable attached to the instigator pin to disconnect. ...

Spawnable empty actor loses components after editor restart

UE - Anim - Sequencer - Mar 19, 2020

Empty actor spawnables do not have any components after an editor restart. ...

Soft Object References set directly on parameters are not correctly referenced

UE - Gameplay - Mar 19, 2020

REGRESSION: This regressed between 4.23 and 4.24 Assets set directly in a soft object reference pin on a blueprint function are not correctly referenced. ...

'Render static' flag crashes editor in OpenGL ES3.1 shader complexity view mode

UE - Platform - Mobile - Mar 19, 2020

https://udn.unrealengine.com/questions/563316/render-static-flag-crashes-editor-in-opengl-es31-s.html ...

Property Redirectors do not update the DisplayName of delegate nodes

UE - Gameplay - Blueprint - Mar 19, 2020

This is happening because the property  FText DelegatePropertyDisplayName; on UK2Node_ComponentBoundEvent is serialized, so it does not get properly updated.  ...

Warp Utils plugin crashes on Editor restart

UE - Virtual Production - Mar 17, 2020

Enabling the Warp Utils plugin and restarting the Editor causes it to crash. This is a regression from 4.24.3 (CL-11590370). This was reported and tested in 4.25 Preview 2 (CL-12055273) and reprodu ...

Make FBX scene importer available in python

UE - Editor - Content Pipeline - Import and Export - Mar 17, 2020

Its important to allow import scripting workflow ...