Blueprint compile failure with empty FTimerHandle return value

UE - Gameplay - Blueprint - Jul 13, 2017

Blueprint compile failure when returning a Timer Handle from a function call when the Timer Handle node is not connected. Compile failure message: "ICE: The type of property %s doesn't match a term ...

Crash using Custom HLSL Node with Empty Shader Directory

UE - Graphics Features - Jul 13, 2017

A crash is occurring when adding an empty shader directory when using the custom node within the material editor. This crash is preventing some users from opening their projects that use this workfl ...

Server crashes when client connects after Server has reloaded a sublevel with a deleted actor

UE - Networking - Jul 13, 2017

UNetDriver::DestroyedStartupOrDormantActors maintains a list of deleted startup (and dormant) actors. This is used to notify clients that have joined the server of Actors that need to be destroyed ...

Editor Crashes when working in QAGame TM-Sequencer_EventTrack - TCString<TCharType>::Strlen(InName)

UE - Anim - Sequencer - Jul 12, 2017

Editor Crashes when working in QAGame TM-Sequencer_EventTrack - TCString<TCharType>::Strlen(InName) This Assert happens randomly throughout the repro-steps. I am unsure what about the process cause ...

Error: CDO Constructor (DeprecatedGearVRControllerComponent): Failed to find /OculusVR/Meshes/GearVRController message launching onto Android from Mac

UE - Platform - XR - Jul 12, 2017

Only occurs launching onto device from Mac. Did not occur from windows. Error message is displayed on android device when launching QAGame QAEntry on to it:Error: CDO Constructor (DeprecatedGearVRC ...

GearVR trackpad quadrant buttons not detected in TM-MotionControllers

UE - Platform - XR - Jul 12, 2017

Using the TM-MotionControllers map as a test for GearVR, the 4 buttons in the trackpad quadrants of the bluetooth controller don't register via the blueprint. This issue did not occur on Vive at th ...

Breaking links one Set By-Ref Var node breaks the other as well (wildcards)

UE - Gameplay - Blueprint Editor - Jul 12, 2017

If the user breaks the link on one pin on the Set By-Ref Var node, it will break the link on the other pin as well. ...

Slowly flickering display in GearVR

UE - Platform - XR - Jul 12, 2017

The appears repeatedly in the log:[2017.07.12-14.57.06:022][ 4]LogHMD: Initializing OVRPlugin session [2017.07.12-14.57.06:652][ 4]LogHMD: Setting user focus to game viewport since session status ...

Crash when selecting Edit Map for Paper Tile Map Actor

UE - Gameplay - Jul 12, 2017

Crash when pressing the Edit Map button for the Rendering Component of the Paper Tile Map Actor. If a new empty map is created first, the crash doesn't occur. User Description: Whenever I try to c ...

Error when exposing a tMap/tSet on spawn and connecting it to a custom event

UE - Gameplay - Blueprint - Jul 12, 2017

When using a variable that has been setup to be a container of the type "Set" or "Map" and error will be thrown when connecting an exposed input pin to a custom event. ...