Localization manifest writing fails if source control is hooked up and the manifest file does not exist already.

UE - Editor - UI Systems - Localization - Jun 16, 2015

First one happens on a clear project without any localization settings ever made. Gather Text commandlet log has theese lines in it: [2015.06.16-13.21.56:396][ 0]LogInit:Display: SourceControl:Err ...

The MainMenu widget isn't loaded when the player returns to the MainMenu map from the InGame menu in Multiplayer Shootout

UE - Networking - Jun 16, 2015

The MainMenu widget isn't loaded when the player returns to the MainMenu map from the InGame menu in Multiplayer Shootout. This happens in PIE and in a packaged project. Reproduced in 4.8.0 and Mai ...

Characters with disabled Net Load on Client are loaded twice on a Standalone Client

UE - Networking - Jun 16, 2015

Characters with disabled Net Load on Client are loaded twice on a Standalone Client. This does not occur on the Server. This only occurs in Standalone, not in PIE nor in packaged games. Reproduced ...

Painted Vertex Color on Meshes in BPs do not save when Movie is generated from Matinee

Tools - Jun 16, 2015

When you render out a movie from a Matinee, the painted Vertex Colors on a Blueprint does not render, the meshes in the Blueprint revert to imported vertex color. Also Reproduced in 4.8.0 and Main ...

Using Tortoise SVN causes the engine's source control to be inconsistent

Tools - Jun 16, 2015

If a user decides to use Tortoise SVN, the error messages given for needing to have things checked out is inconsistent. If there is a blueprint which references another blueprint, and the reference ...

Crash from FGameplayDebugger when pressing PIE after Dragging PlayerController to Empty Player Component

UE - AI - Jun 16, 2015

A crash occurs after dragging an 'Empty Character' actor into the viewport and attempting to add the 'PuzzlePlayerController' as a component by dragging it into the components list via the 'Details' ...

Input pin disappears if split on GetScreenSpacePosition node

UE - Gameplay - Blueprint - Jun 16, 2015

If the input pin of a GetScreenSpacePosition node is right clicked and then the user presses "split struct pin", the pin will disappear. Workaround: Press refresh node in RMB context menu. ...

Crash occurs if the Recast Navmesh is set to Dynamic and the BehaviorTree runs a 'Does Path Exist' decorator

UE - AI - Jun 16, 2015

Crash occurs if the Recast Navmesh is set to Dynamic and the BehaviorTree runs a 'Does Path Exist' decorator. Crashreporter info: [Link Removed] ...

Unable to find files in packaged HTML5 build

UE - Platform - Mobile - Jun 16, 2015

Any build after the first fails to start in the browser, this happens with new projects as well. He also included his project on the AnswerHub thread and it's downloaded onto my computer if he delet ...

Get Random Point in Radius is not deprecated, but marked to be deprecated

UE - AI - Jun 16, 2015

Get Random Point in Raduis is being replaced by Get Random Reachable Point in Raduis. In the code it is marked, commented and all but actually completely deprecated. Just needs to be pulled out com ...