Bitfield Bools in a struct and AnimBlueprint transitions not working together

UE - Gameplay - Blueprint - Apr 12, 2016

USTRUCT(BlueprintType) struct FTestStruct { GENERATED_USTRUCT_BODY() UPROPERTY(BlueprintReadWrite) uint32 ValueC : 1 ; UPROPERTY(BlueprintReadWrite) uint32 ValueD : 1 ; }; A ...

Child of child blueprint cannot be altered from data only blueprint if called by a macro within a blueprint macro library

UE - Gameplay - Blueprint - Apr 11, 2016

Spawning a child of a child blueprint in a blueprint macro library forces the child blueprint into opening as a data only blueprint without the option to open the Event Graph. Regression? (Yes), i ...

Editor crash on Mac when closed after adding third party library plugin

UE - Platform - Apple - Apr 11, 2016

After adding a third party plugin to a project and restarting as prompted, closing the editor again causes a crash. Crash Reporter Link: [Link Removed] Additional Note: This crash was encountered ...

Get bounds node for the Steam VR Component Does not appear to return the actual bounds

UE - Platform - XR - Apr 11, 2016

[NickW] This needs to pull the Play Bounds from Vive. The old soft / hard bounds system appears to be partially deprecated The Get bounds node does not appear to return the correct in game chaper ...

Editor Crashes When Reloading Textures in Debug Tools

UE - Editor - UI Systems - Slate - Apr 11, 2016

Crash occurs while Playing in Editor and debugging by reloading textures. Occurs for both Mac and PC. Regression: Does not occur in UE4.10 testing on Match 3 ...

Crash when Viewing shader complexity in VR Vive

UE - Platform - XR - Apr 11, 2016

If the user presses F5 while using the Vive in VR preview the editor will crash ...

Camera Rotation Not Working With Mouse if Mouse Cursor is Shown

Tools - Apr 11, 2016

When the mouse cursor is shown, and you press eject in the viewport, you can no longer rotate the camera while holding right click and moving the mouse. If you hide the mouse cursor using the Show ...

When button style is set to "box" and another widget is added to the via button click the button will lose style settings

UE - Editor - UI Systems - Apr 11, 2016

When a button's normal style is set to box and another widget is added to this buttons canvas panel when the button is clicked the button loses its image settings. ...

Garbage Collection Causing Noticeable Hitches

UE - Foundation - Core - Apr 11, 2016

Garbage Collection is causing noticeable hitches on whatever interval it is run on. This is noticeable in the UE4 Profiler, as you will see a spike every X amount of seconds, depending on how often ...

Construction script in parent blueprint calling function in child blueprint resets upon compiling child blueprint

UE - Gameplay - Blueprint - Apr 11, 2016

If the construction script of a parent blueprint calls a function within a child of that parent in the construction script, compiling the child blueprint will cause the parent blueprint to incorrect ...