Rotated component made into root displays incorrectly in the blueprint editor

UE - Gameplay - Blueprint - Jan 25, 2017

Rotated component made into root displays incorrectly in the blueprint editor. Closing and reopening the BP editor corrects the displayed root component. ...

Inconsistent behavior with Owen's trench coat

UE - Simulation - Physics - Character - Jan 25, 2017

In the Cloth level in Content Examples, there is some inconsistent behavior with Owen's trench coat. The coat tails appear heavy (they don't trail behind the character's movement), and the straps a ...

Cloth meshes in Content Examples spinning incorrectly.

UE - Simulation - Physics - Character - Jan 25, 2017

In the Cloth level in Content Examples, the cloth meshes at display 1.6 (Self Collision) are spinning and are being lifted into the air. This isn't consistent with the same assets in //UE4/Main. ...

Implemented Interfaces are not added to nativization list

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Implemented interfaces are not added to the list of assets to nativize when the blueprint class that implements them is flagged for nativization, saved, and compiled. This results in a package failu ...

Parent blueprint not added to nativization array if only child saved

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Currently parent blueprints are added to the list of blueprints to nativize if their children are flagged to be nativized only if they are also individually saved. Ideally, we'd update the list of ...

Data only blueprints are not not nativized when flagged to do so

UE - Gameplay - Blueprint Runtime - Jan 25, 2017

Data only blueprints that are explicitly flagged for nativization do not nativize. (Makes sense that they don't when they're not explicitly told, but if someone goes out of the way to flag them to, ...

LogApexClothingUtils Warning when opening QAGame

Docs - Samples - Jan 23, 2017

A log warning occurs when opening the QA-Promotion map from the QAGame project. Warning: LogApexClothingUtils:Warning: Building adjacency information for a clothing section in skeletal mesh '/Game/ ...

Crash occurs when an element of a fixed-size FText array is edited in a Blueprint.

UE - Gameplay - Blueprint - Jan 23, 2017

The Editor can crash if a fixed-size FText array is created. Attempting to edit one of the values of the array in a Blueprint will result in a crash. ...

Compiling a project while any editor process is open triggers a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Jan 20, 2017

If you attempt to compile a project while an editor process is running, even if it is of another project entirely, it will hot reload the project instead of doing a normal compile. This can create i ...

Ensures for Pixel and Vertex Shaders occur when running TM-ShaderModels with -onethread

UE - Graphics Features - Jan 20, 2017

Two ensures fire when opening the TM-ShaderModels Map in QAGame with the -onethread argument. The callstacks look identical with the exception that one is for a pixel shader and the other is for a v ...