GetSoftBounds for SteamVR Chaperone returns bogus numbers with VRmonitor not running

UE - Platform - XR - Aug 29, 2015

The "Get Soft Bounds" node returns bogus numbers instead of just all 0's if the VRMonitor is not running. Found on UE4-Releases 4.9: CL-2673023 ...

The property 'bWantsBeginPlay' on UActorComponent should be enforced.

UE - Gameplay - Sep 14, 2015

UActorComponent's property 'bWantsBeginPlay' is not being enforced. We should prevent BeginPlay from being called when this flag is false. We'll need to address upgrade issues for components that h ...

Exiting VR Edit mode from simulating causes viewport mismatch

UE - Editor - Workflow Systems - Mar 5, 2016

9/19 VREditor sync notes: Should grey out the editor button while you're simulating ----------------------------------------- I noticed you can fix this issue by reseting the viewport by pressing t ...

Add 'restart editor' popup when changing 'enable UV from hit result'

UE - Gameplay - Jul 13, 2016

The Support UV From Hit Results flag in Project Settings does not take effect until the user restarts the editor. Enabling this doesn't let the user know that they have to restart the editor. ...

Crash while closing Create Blank New Blueprint window after attempting to name blueprint the same name as another blueprint

UE - Gameplay - Blueprint - Jul 27, 2016

Crash while closing Create Blank New Blueprint window after attempting to name blueprint the same name as another blueprint. This crash only occurs when attempting to close the window using the "X" ...

It isn't clear when a profile is added to the Preview Scene Settings

UE - Gameplay - Jul 27, 2016

In the Preview Scene Settings, it isn't clear that a new profile is created when the user clicks on Add Profile. If it's the first new profile, the dropdown is no longer grayed out. But if the use ...

Toggling Sub Anim Instance properties displays ID numbers in Anim Preview

OLD - Anim - Aug 3, 2016

When toggling Sub Anim Instance Properties in an animation blueprint, the properties will be listed in the Anim Preview Editor with ID numbers. ...

Multiplayer Shootout is broken in 4.12

Docs - Samples - Jul 7, 2016

Multiplayer Shootout is broken in 4.12. Appears to be caused by the AimOffset animations being imported at the incorrect scale. Regression: Yes, does not occur if you create a 4.11 version of the ...

Sometimes CharacterMovement stops at very low steps (quite lower than Max Step Height).

UE - Gameplay - Player Movement - Jul 11, 2016

Sometimes CharacterMovement stops at very low steps (quite lower than Max Step Height). Capsule radius of Character is 50cm, Max Step Height is 45cm, step heights is around 10~30cm, MaxWalkSpeed is ...

Crash when creating deferred decal material when using -d3ddebug command line argument to launch editor

UE - Graphics Features - Jul 18, 2016

Discovered this while verifying [Link Removed]. Devs informed me of a command line argument that could be used to output D3D11 debug information and using it caused crashes in both //UE4/Main @ CL 3 ...