Translation Arrows not Selectable for Sockets in Local Space mode of Persona

OLD - Anim - Nov 30, 2015

In Persona, while in Local Space mode, translation arrows will not become highlighted when hovered over if they are obscured by the widget and attached static mesh, thus making them unselectable. ...

AssetImportData does not get deserialized on a UTexture when loaded as part of a streaming level

UE - Foundation - Core - Nov 25, 2015

The repro case is to create a material with a texture (texture T), apply it to some object, like a basic cube. Save out this level, level A. Create a new level, and add level A as a sublevel, and sa ...

Color Picker closes when selecting a new color for a Linear Color in a Struct

UE - Gameplay - Blueprint - Nov 20, 2015

The color picker will close when selecting a new color for a Linear Color variable if the Value property is set to a value other than 0 within a Struct. This does not seem to occur with the color p ...

Rearranging the position of enumerators in an Enum BP will change references to the enumerators inside Data Tables based on position rather than value

Tools - Nov 12, 2015

Rearranging the position of enumerators in an Enum BP will change references to the enumerators inside Data Tables based on position rather than value. Reproduced in 4.8.3 binary, 4.9.2 binary, 4.1 ...

Duplicating a Function Containing Add Child Actor Component Causes Changes Made to the Duplicate to be Saved to the Original

UE - Gameplay - Blueprint - Nov 9, 2015

When you create a function containing an Add Child Actor Component node, duplicate that function, and then change the Child Actor Class option in the duplicate, the changes are also saved to the ori ...

Enums in blueprint macros receive "Direction mismatch" errors upon calling macro in event graph

UE - Gameplay - Blueprint - Nov 6, 2015

If a macro that contains an enum and enum output is called within an event graph, the enum will show a direction mismatch error upon placing a copy of the macro into the event graph and recompiling. ...

Adding widget to viewport on code overlap event causes the editor to crash when opening child blueprint

UE - Editor - UI Systems - Oct 30, 2015

Setting a UMG widget to be added to viewport when a volume is overlapped though code and creating a blueprint of this class causes the editor to crash when the blueprint is opened if the BP has a st ...

Renaming variables in parent blueprint resets values for child blueprints

UE - Gameplay - Blueprint - Oct 23, 2015

Renaming a variable in a parent blueprint will reset the value of that variable for any child blueprint based on the parent within the level viewport. ...

Using NewObject inside PostInitProperties causes the editor to crash

UE - Gameplay - Blueprint - Oct 23, 2015

Using NewObject inside PostInitProperties and creating a BP of the class will cause the editor to crash on PIE if the BP is is set in gamemode defaults ...

Child Actor Component Not Destroyed When Parent BP Is Replaced in Scene

UE - Gameplay - Blueprint - Oct 16, 2015

Having an actor in the level with a child actor component, replacing it with another copy of itself, and deleting the copy results in a Child Actor remaining in the world outliner, which cannot be d ...