Crash when adding SK_Mannequin to a Level Sequence in QAGame

OLD - Anim - Feb 20, 2017

This crash only occurs when the asset is dragged and dropped into the level. Workaround Add the asset to the level, then to the sequence. NOTE This does not occur in //UE4/Main ...

Moving actors between levels will generate warnings if there is a class in a different folder with the same name

Tools - Feb 17, 2017

When moving an actor between levels. We search for the actor using the class name instead of the entire class path. This will cause issues when there are multiple classes of the same name in differe ...

Crash retargeting an animation blueprint with a RigidBody node

UE - Simulation - Physics - Feb 17, 2017

Crash occurs when the user attempts to retarget an animation blueprint that is using a RigidBody node. ...

Duplicate component attaches the new component to the older

UE - Gameplay - Blueprint - Feb 17, 2017

The new component will be automatically attached to the old component, instead of being attached to the old component's parent. This issue can be frustrating as it can have an impact on the transfo ...

Packaging fails if "Config Variable" is true and Nativization Method is Inclusive

UE - Gameplay - Blueprint - Feb 17, 2017

If a blueprint has a variable of type Object with the Config Variable checkbox set to true, and "Blueprint Nativization Method" is set to Inclusive, the project will fail to package ...

DataAssets Cannot Be Opened After Deleting Variables From Their Parent Blueprint

UE - Gameplay - Blueprint Compiler - Feb 17, 2017

Removing a variable from a blueprint that a data asset is based on will prevent that data asset from being opened. ...

World Position Node Breaks Baked Lighting In Masked Materials

UE - Graphics Features - Feb 16, 2017

Baked shadows don't seem to work properly when Absolute World Position is involved with masked materials. The masked material won't render a shadow at all in this case. ...

Crash in sequencer converting an object to spawnable

UE - Anim - Sequencer - Feb 16, 2017

Crash occurs in sequencer when the user attempts to convert a possessed object to a spawnable. ...

Packaging a Project with Blueprint Nativization Requires Crash Reporter Client to be Build for Shipping

UE - Gameplay - Blueprint Runtime - Feb 16, 2017

Packaging a project in 4.15 from Github will fail if you don't have Crash Reporter Client built for Shipping. If no Nativization options are enabled, it packages fine, without having to build CRC. ...

FArchive broke operator<< for bool in Editor builds

UE - Foundation - Core - Feb 16, 2017

Looks like CL-3215392 added changes in FArchive where the operator<< method for bool is a member operator in Editor (as opposed to a global operator in non-editor and old builds). This causes shado ...