If a hot reload is performed after adding a custom UserDefinedEnum class to the project, the Editor will crash.

UE - Foundation - Core - Nov 17, 2015

Performing a hot reload in the Editor after adding a custom UserDefinedEnum C++ class to a project results in a crash. A normal compile in Visual Studio will complete successfully. ...

Data Table Columns do not properly wrap text when text is longer than the column width

Tools - Nov 17, 2015

Data Table Columns do not properly wrap text when text is longer than the column width. ...

BSPs cannot be selected through other BSPs set to hidden

UE - LD & Modeling - Modeling Tools - BSP - Nov 17, 2015

BSP brushes cannot be selected through other BSP brushes that are set to hidden through the world outliner. Other assets such as static meshes are unaffected by this or do not cause the same error t ...

Landscape editor doesn't find layers in material functions

UE - LD & Modeling - Terrain - Landscape - Nov 17, 2015

Comments from Jack: >LandscapeMaterialsParameterValuesGetter calls GetAllParameterNames<> which does handle functiions >ALandscapeProxy::GetLayersFromMaterial should use GetAllParameterNames<> ins ...

Intermittent crash in CacheOptimizeIndexBuffer on Editor startup on Linux

UE - Platform - Linux - Nov 16, 2015

Building 4.10 from the GitHub release branch on Linux fails to open after install and instead crashes User Suggested Fix: Switching triangle order optimization off with r.TriangleOrderOptimization= ...

Crash When Adding a second animation timeline after adding keys to the first

UE - Anim - Sequencer - Nov 16, 2015

If the user adds a second time line to a widget blueprint after the first has had a key frame add then the editor will crash if the curve editor is selected. ...

MAC: dSYM files are included in packaging when "include debug files" is checked off

UE - Platform - Apple - Nov 13, 2015

When packaging settings are set to "Shipping" with "include debug files" checked off, UE4-Game-Mac-Shipping.dsym is still present in packaging adding a non-essential 619mb of data. ...

Extremely long Spline Point will cause the editor to lose FPS

Tools - Nov 13, 2015

Extremely long Spline Point will cause the editor to lose FPS and crash some machines User Description: A couple of times I've accidentally scaled a spline node to be huge, causing the spline to ...

Apex Cloth will not render correctly with cloth assigned to multiple materials

UE - Simulation - Physics - Character - Nov 12, 2015

Apex cloth material assigned to multiple material elements will not render correctly in Persona or when PIE/Simulate in the editor. Any material element other than element 0 will be masked/invisible ...

IgnoreMoveInput functions should move up from PlayerController to Controller

UE - Gameplay - Input - Nov 12, 2015

Licensee suggests moving this up from APlayerController to AController, I think this makes sense. Minimal refactoring is necessary, and will remove confusion/potential bugs from people thinking it s ...