Crash promoting a float pin from a split vector in Anim Blueprint

OLD - Anim - Jun 7, 2017

REGRESSION Yes, does not occur in 4.16. Crash occurs when the user splits a vector pin on an anim node and then tries to promote one of the float nodes to variable. I could not reproduce this issu ...

[CrashReport] CastChecked<UAnimBlueprint,UBlueprint>()

OLD - Anim - Jul 14, 2017

This is a common crash affecting users in 4.16. Users have not provided additional information. Source context not available ...

Crash closing animation blueprint after compile

OLD - Anim - Apr 11, 2017

Crash occurs when the user closes an animation blueprint after compiling it. This does not occur in Main. ...

[CrashReport] UE4Editor_Persona!FReferenceSkeleton::FindBoneIndex() [referenceskeleton.h:252]

OLD - Anim - Jul 20, 2017

This is a common crash affecting users in 4.16, and has occurred since at least 4.14, affecting more than 200 unique users. Unfortunately none of them have provided any additional information. Sou ...

Audio in animation editor does not work properly

OLD - Anim - Apr 21, 2017

There are multiple issues with the code at present 1) The animation preview world listener is not updated. This can be solved with the following override on AnimationEditorViewportClient (Following ...

A text block's outline appears to provide an outline for the drop shadow as well.

UE - Editor - UI Systems - Nov 10, 2016

A text block's outline appears to provide an outline for the drop shadow as well. ...

Edit shared defaults for multiple blueprints leads to Engine crash.

UE - Gameplay - Blueprint - Jun 20, 2017

Changing any value in Edit shared defaults window with multiple blueprint assets leads to Engine crash. This is a regression from 4.16 ...

Root Motion does not work with Sub Anim Instances

OLD - Anim - Mar 20, 2017

Root Motion does not work with Sub Anim Instances. Note: "Root Motion from Everything" is enabled on the Sub and Top AnimBPs ...

BP - Nativization will fail at cook time if a BP class and a User-Defined Structure reference each other.

UE - Gameplay - Blueprint - Apr 20, 2017

Note: This happens with "Exclusive" nativization mode as well. This occurs because the nativized UDS 'GetDefaultValue()' method is generated into a .h file rather than a .cpp file. This creates a c ...

BP - Exclusive nativization will fail at cook time if a BP class includes a ChildActorComponent with a Data-Only BP set as the ChildActor class.

UE - Gameplay - Blueprint - Apr 20, 2017

Note: This does not occur when the nativization mode is set to "Inclusive" in the Project settings. Current workaround: Ensure that the ChildActor class is NOT a data-only Blueprint, by adding scri ...