When merging an object with multiple colours to other actors a small portion of the colours are lost

UE - World Creation - Worldbuilding Tools - HLOD - Nov 16, 2016

When merging an object with multiple colours to other actors a small portion of the colours are lost. Note this only occurs when merging to multiple actors and only seems to happen for the diffuse. ...

Oculus mirror window goes black when headset removed for any mirroring mode besides 0

UE - Platform - XR - Nov 16, 2016

If using any hmd mirroring mode besides 0 on Oculus, when the headset is removed, the mirroring window goes black in a packaged build, or in -game, for example: UE4Editor.exe VrTemplate4x15 MotionCo ...

USceneComponent::PropagateTransformUpdate could avoid calls to MarkRenderTransformDirty when transform does not change

UE - Gameplay - Nov 16, 2016

From the UDN: "In USceneComponent::PropagateTransformUpdate, even when Transform has not changed, Bounds are updated and MarkRenderTransformDirty is called. I think that judging whether Bounds have ...

bLightAttachmentsAsGroup doesn't work with default ACharacter setup which has a hidden capsule component as the root

UE - Graphics Features - Nov 15, 2016

https://udn.unrealengine.com/questions/318476/bug-light-attachments-as-group-not-working-on-char.html ...

Unable to filter for Haptic assets in the Content Browser

UE - Platform - XR - Nov 14, 2016

In the Content Browser, there are no dedicated filter options for haptic assets, even though they can be created using the right-click menu in the Content Browser. ...

Particle Event Receiver Spawn Ignores Emitter Being Disabled At Runtime

UE - Graphics Features - Nov 14, 2016

The particle module "Event Receiver Spawn" seems to ignore whether the emitter containing it changes from either disabled to enabled or vice a versa at run time. I also noticed that disabling the ...

Strange Behavior of Array of Structs default values

UE - Gameplay - Blueprint - Nov 14, 2016

When the default values of a struct are set in code and an array of the struct type are added as a class variable, creating a blueprint of the class with show array elements with the "reset defaults ...

Packaged version of VR Template does not launch in stereo mode by default

UE - Platform - XR - Nov 14, 2016

The VR Template in 4.14 had a node in the level blueprint to enable stereo mode at the start of the game, but it has been removed in 4.15: [Image Removed] Maybe the "console command" wasn't the be ...

Moving the file location of the Editor Startup map appears to break the reference to the startup map

Tools - Nov 10, 2016

Moving the file location of the Editor Startup map appears to break the reference to the startup map. The editor fails to find the map and so does not use it for the start up map. Notes: In the ...

Attempting to rename function bound to delegate or rebind delegate to new function will fail

UE - Foundation - Core - Nov 9, 2016

Changing the name of a function that is bound to a delegate, or attempting to bind a delegate to a second function, causes the new/changed function to not be called when the delegate is triggered. ...