Ensure caused by edits to nested structs

UE - Gameplay - Blueprint - Dec 27, 2016

Edits made to a struct that is a member of another struct can cause the parent struct to no longer compile and cause save errors. ...

Attached actor rotates incorrectly if the parent has negative scaling on one axis and more than 1.0 scaling on another

UE - Gameplay - Dec 27, 2016

A child actor rotates incorrectly if the parent has negative scaling on one axis and more than 1.0 scaling on another. The child/parent relationship was created through the World Outliner. Licensee ...

Crash occurs when opening a Blueprint that contains a variable that is of a type of a child of the Blueprint, as well as a component containing instanced UObjects

UE - Gameplay - Blueprint - Dec 23, 2016

A crash that is possibly the result of a circular dependency can occur if a Blueprint containing an ActorComponent with instanced UObjects and a variable that is a type of a child of itself is opene ...

With multiple Preview assets on one bone, only one appears in Skeleton Tree

OLD - Anim - Dec 23, 2016

With multiple Preview assets on one bone, only one appears in Skeleton Tree. Regression: YES Working: 4.13.2 CL:3172292 Broken: 4.14.1 CL:3224400 ...

Assertion when Blueprint Nativization Method is set to Exclusive and no Blueprints are selected

UE - Gameplay - Blueprint Runtime - Dec 23, 2016

Setting the Blueprint Nativization Method to Exclusive while there are no blueprints present in the project, or selected causes this assertion. I came across this bug attempting to verify another ...

Get Oculus Identity nodes appears to always fail when retrieving Oculus Id/ Oculus Name

UE - Platform - XR - Dec 23, 2016

Get Oculus Identity nodes appears to always fail when retrieving Oculus Id/ Oculus Name ...

Blueprint compile fails after changing the default values of a struct that is part of another struct that makes up a Data Table that is used within the Blueprint.

UE - Gameplay - Blueprint - Dec 23, 2016

Changing the default value of a struct that is included as an array in another struct can prevent any Blueprints that use a DataTable made from the second struct from compiling. It appears to be a p ...

Creating animation assets from right-clicking skel mesh results in showing incorrect mesh in Persona

OLD - Anim - Dec 23, 2016

REGRESSION No. When a skeleton has multiple skel meshes assigned to it, if the user creates a animation asset (animation blueprint, composite, montage) by right-clicking the skeletal mesh and selec ...

Data loss caused by C++ Child Actor Component when compiling Child BP

UE - Gameplay - Blueprint - Dec 22, 2016

Having Child Actor Components that are set in code can cause data loss upon compiling the blueprint. In this particular scenario, there are two custom Actor classes involved, MainActor and SubActo ...

Inconsistance Line Trace behavior

UE - Simulation - Physics - Dec 22, 2016

Line trace component appears to return a hit result even when the trace should not have had anything to hit. Attached project shows line trace start & end points. Even when the trace doesn't overla ...