Constraint setting UI issues

UE - Simulation - Physics - Apr 12, 2016

When setting constraints to free or locked the "Angular Rotation Offset" property greys out so it can't be edited. But when simulating it still has an effect. Either needs to not have an effect or n ...

Window Size does not Change to iPhone 6 presets when in Standalone Game or Mobile Preview (PIE)

Tools - Apr 12, 2016

You cannot adjust the Window size to the iPhone 6 or iPhone 6 + preset Common Window Sizes in the Editor Preferences. Regression: this did not occur in UE 4.10 NOTE: This does not occur in New Ed ...

[Mac][Metal] (Motion Vector) Rendering artifacts with 4.11 on Mac with Accurate Velocities from Vertex Deformation and Selectively output to the GBuffer rendertargets ON

UE - Platform - Apple - Apr 12, 2016

From AnswerHub: Second one is that Motion Vectors are bugged for some objects. This causes lot's of temporal artifacts. Third picture lamp is good example of bug. Lamp is static. Camera is not movin ...

[Mac][Metal] (Shadow) Rendering artifacts with 4.11 on Mac.

UE - Platform - Apple - Apr 12, 2016

The first problem noted in this Answerhub post: First one is that static shadows from stationary directional light are completely broken. Screenspace buffer that should contain static shadows is ju ...

Cannot move instances of a hierarchical static mesh component in the blueprint editor viewport

UE - Gameplay - Components - Apr 12, 2016

Can move individual mesh instances of a regular instanced mesh component in the blueprint editor, but not hierarchical ones. Originally reported as a pull request in [Link Removed], but we rejected ...

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 ...