Cursor Overlap events don't work on characters

UE - Gameplay - Sep 4, 2015

Setting up mouse over events for a character do not trigger. ...

Opening a level in PIE after adding a variable to a struct referenced in the GameInstance crashes this project

UE - Gameplay - Blueprint - Sep 3, 2015

This user's project crashes on opening a level in PIE after adding a variable to a struct referenced in the GameInstance. Note that I had to do this twice to get the crash to occur. The project can ...

Setting Auto Possess AI to "Spawned" or "Placed in World or Spawned" will play falling animation

UE - Gameplay - Player Movement - Sep 3, 2015

If the Auto Possess AI is set to Spawned or Placed in World or Spawned then the falling animation will play in the blueprint viewport. ...

(New) Capsule does not change in viewport to reflect new values entered in details Panel

UE - Gameplay - Player Movement - Sep 3, 2015

Adding values in the details panel to a new Capsule Collision Component will not affect the Capsule in the CharacterBlueprint Viewport. *This only effects a new Capsule Collision added to a charact ...

Set Relative Location on components does not replicate to clients

UE - Networking - Sep 2, 2015

Set Relative Location on components does not replicate to clients. Reproduced in 4.8.3 binary, 4.9.0 binary, and Main (CL 2676715) ...

Destroying a Component doesn't trigger the OnComponentEndOverlap node

UE - Gameplay - Sep 1, 2015

Destroying a Component doesn't trigger the OnComponentEndOverlap node User Description: OK, so I have an actor with only one component: BoxCollision, with default settings. I place it on map. In m ...

Interface function has the incorrect pin type if referencing self

UE - Gameplay - Blueprint - Sep 1, 2015

Interface function has the incorrect pin type if referencing self User Description: I have an interface that requires an array of its own interfaces as output. I have that array of interface as a ...

Investigate code in SViewport.cpp that makes use of TWeakPtr's to see if it can be altered to better protect against a possible crash.

Tools - Aug 31, 2015

A user reported a one-time crash that possibly occurred when a TWeakPtr became invalid immediately after passing an IsValid check, before the TWeakPtr could be used. The SViewport.cpp file contains ...

Numpad keys don't respond to input commands on Linux

UE - Platform - Linux - Aug 31, 2015

Setting any of the numpad keys to an input command does not execute the command on Linux. ...

Spawn actor does not recognize changes to string/name variables

UE - Gameplay - Blueprint - Aug 28, 2015

Spawn Actor from Class does not accept new values to exposed variables that are altered upon spawn. ...