Hot Reload: Component bCanEverTick is not updated after compile

UE - Gameplay - Components - Mar 15, 2017

Setting PrimaryComponentTick.bCanEverTick in a custom actor component's constructor does not does not stop the component from ticking after compile. ...

SteamVR: World locked stereo layers are not yet implemented

UE - Platform - XR - Mar 15, 2017

The code for implementering world locked layers is commented out with a TODO and falls through to the case for tracker locked layers ...

HDR Cubemaps Do Not Reduce File Size When Packaged Using ASTC Format

UE - Platform - Mobile - Mar 15, 2017

Currently HDR Cubemap textures aren't getting compressed when packaging for Android(ASTC). You can compare the file size of a packaged project before and after adding cubemap textures to verify this ...

Default value is not used for input pins in a function when using text if the parameter's pin has been connected to another node

UE - Gameplay - Blueprint - Mar 15, 2017

Default value is not used for input pins in a function when using text if the parameter's pin has been connected to another node. The text field is cleared after the parameter's pin has been used. ...

Crash Occurs When Switching Value on TMap

UE - Gameplay - Blueprint - Mar 15, 2017

The editor seems to be intermittently crashing when switching the value of a Map variable. I've only been able to get this to occur when switching from one type to a Vector at this time. ...

[CrashReport] Deleting pins on Switch on Gameplay Tag Container node can cause a crash

UE - Gameplay - Blueprint Editor - Mar 15, 2017

When adding/removing pins on a Switch on Gameplay Tag Container node, it can cause a crash. There are multiple ways to get this to happen when deleting pins, the order given in the reproduction step ...

Sphere Trace incorrectly reports actor's location

UE - Simulation - Physics - Mar 15, 2017

When a sphere trace extends from an actor, if the sphere radius is large enough and/or the actor is close enough to one of the actors hit by the sphere, the reported hit location will be the same as ...

Unable to Edit Default Struct Key of TMap

UE - Gameplay - Blueprint - Mar 15, 2017

In a TMap where the key is a struct, it is not possible to edit the default value of the struct. Found in 4.15.0 CL# 3299760. Reproduced in 4.16 Main CL# 3345747 ...

Connecting Blueprint Function Input to Another Node Resets Default Value

UE - Gameplay - Blueprint - Mar 15, 2017

Connecting an input of a function in a Blueprint Function Library that has a default value to a node will cause its default value to be reset to 0 when the function is called in another blueprint. ...

Regression in Gaussian and Circle DOF

UE - Graphics Features - Mar 15, 2017

Don't believe there's a regression here, but would be good to verify everything is working as intended still after the scene-alpha refactors, no accidental swapped inputs or incorrect sampling. AA d ...