Component in Child Blueprint Parented to Inherited Component Disappears

UE - Gameplay - Components - Mar 4, 2016

When you have a child blueprint that contains a component that is parented to an inherited component, changing a value on that inherited component in the original parent blueprint and then compiling ...

Adding special characters into the BundleDisplayName or BundleName causes packaging error

UE - Platform - Mobile - Mar 3, 2016

Packaging a project for iOS that has & in the Bundle Name causes an error to occur during packaging. IPP ERROR: Application exception: System.Xml.XmlException: An error occurred while parsing Entit ...

Split Pins on a referenced Macro Library will crash the editor on restart

UE - Gameplay - Blueprint - Mar 3, 2016

Split Pins on a referenced Macro Library will crash the editor on restart 2 callstacks include, one for 4.10.4 and one for 4.11 Preview 6 User Description: I got some macros in my Object Macro Li ...

MapsToCook is not relative and is ignored if the project's directory is moved

UE - Foundation - Core - Cooker - Mar 3, 2016

If the MapsToCook is set in the editor using the "List of maps to include in a packaged build" and the project's directory is moved, the list is no longer valid as it was pointing to the specific fi ...

Set World Location Not Working on Skeletal Meshes with Simulate Physics Enabled

UE - Gameplay - Mar 3, 2016

When a skeletal mesh is set to simulate physics, using the Set World Location node to set the world location of the mesh does not seem to be working. Turning simulate physics off causes the mesh to ...

Override MacroUV in Required Module breaks MacroUVs based on World Position of Emitter

UE - Graphics Features - Mar 3, 2016

MacroUVs are breaking when using the Override System MacroUV option in the Required Module. Using System MacroUVs:[Image Removed] Using Override System MacroUVs:[Image Removed] Also Tested and Re ...

Linux UI highlights when dragging the editor window

UE - Platform - Linux - Mar 2, 2016

Buttons and other UI elements of the Linux editor are highlighted when they are over the pointer's original click position. ...

"Diff Against Depo" Does not Display Changes to AI Controller Property

UE - Gameplay - Blueprint Editor - Mar 2, 2016

When using Diff Against Depot to see changes made to a file since it was last checked in, changes made to the AI Controller default property are not displayed under the defaults section. Found in ...

Breaking out row pin on "Get data table row" node and checking a variable against a variable from a separate, unused "Get data table row" node causes error

UE - Gameplay - Blueprint - Mar 2, 2016

Breaking out row pin on "Get data table row" node and checking a variable against a variable from a separate, unused "Get data table row" node causes error and fails compile. The error does not prov ...

Clean up NaN checks in CharacterMovementComponent

UE - Gameplay - Player Movement - Mar 1, 2016

Some old NaN checks in character movement use checkf() which will crash, those should be ensures. Other code is inconsistent in using either ENABLE_NAN_DIAGNOSTIC (with side effects), and some users ...