Blackboard Key Values Persisting Between PIE Sessions

UE - AI - Apr 21, 2017

Values set on Blackboard Keys are persisting after stopping and starting a new PIE session. Restarting the editor sets these values back to NULL. ...

AI Controller Remains in World Outliner After Being Destroyed

UE - AI - Apr 18, 2017

Destroying an AI Controller does not seem to remove it from the world. The controller will still remain in the World Outliner even after Destroy is called. Attempting to get the AI Controller after ...

bIsComposing assert with Japanese MS-IME input(candidate list related)

UE - Editor - UI Systems - Localization - Apr 18, 2017

When using MS-IME as Japanese input method, scrolling out the text field out side the view causes bIsComposing to be set false - this state causes instability of the editor. Crash happened with Win ...

Crash in Packaged Game When Calling Interface Function with Blueprint Nativization Enabled

UE - Gameplay - Blueprint Runtime - Apr 14, 2017

A crash is occurring in a packaged project that is using blueprint nativization when an interface function is called. This crash does not appear to be producing a callstack in the Crash Reporter w ...

IsLocalPlayerTalking() Not Returning True

UE - Online - Apr 14, 2017

IsLocalPlayerTalking() appears to be returning false indefinitely, regardless if the local player is actually talking or not. ...

GetCurrentPlayers() Always Returning 0

UE - Networking - Apr 14, 2017

GetCurrentPlayers() is returning 0 each time it is called, regardless of how many players are connected to the server. ...

Inconsistent 'Skip Owner' Replication Behavior Between Editor and Packaged Game

UE - Networking - Apr 13, 2017

When a variable is set to Skip Owner replication, it is still being replicated to the owner in a packaged game. This is inconsistent with the behavior in the editor, as testing this using Play in Ne ...

Inconsistent Spectator Camera Behavior When Run Dedicated Server is Enabled

UE - Networking - Apr 12, 2017

Spectator cameras don't seem to be set to the correct transform when the ChangeState/ClientGoToState functions are called when using a dedicated server. After testing on a listen server, it appear ...

Static Mesh Elements Always Drawn as Occluders

UE - Graphics Features - Apr 12, 2017

The licensee is stating that static mesh elements are always drawn as occluders. In FStaticMeshSceneProxy::GetMeshElement, the mesh batch doesn't seem to be taking in the bUseAsOccluder flag value. ...

Ensure condition failed in FGPUSkinCache::InternalSetVertexStreamFromCache

UE - Graphics Features - Apr 12, 2017

This ensure has occurred with some frequency in the 4.14 and 4.15 releases, and has been reported in the linked UDN post. Though this Jira links to one specific CrashGroup in CrashReporter, there a ...