No way to keep AIController's logic running while it's switching controlled pawns

UE - AI - Jun 17, 2015

Used to be possible, but we've added BrainComponent's stopping in AIController::UnPosses. Add a flag to AIController that will allow user to specify that he doesn't want logic to get stopped when ...

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 ...

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. ...

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 ...

4.8 Tonemapper does not yield pure black unlike 4.7.6

UE - Graphics Features - Jun 16, 2015

User is reporting the Post Process is rendering a grainy background in 4.8 compared to a solid Black background in 4.7.6. in 4.7.6[Image Removed] in 4.8.0[Image Removed] ...

Having an "IsShiftDown" node with a branch in the On Key up event will cause a crash

UE - Gameplay - Blueprint - Jun 16, 2015

If a user uses an IsShiftDown node inside of an OnKeyUp override it will cause the editor to crash. ...

Custom Output node added to a Material Editor Crashes Editor

UE - Graphics Features - Jun 16, 2015

Adding a Custom Output node to a Material Graph crashes the editor. Also Reproduced in Main Promotable-CL-2581018 [Link Removed] ...

Entering configmem console command crashes

Tools - Jun 16, 2015

enter configmem as a console command in IOS and the executable will crash. ...

Engine Source is no longer part of xcodeproj

UE - Platform - Apple - Jun 15, 2015

Reported by a user on AnswerHub, but when creating a code project with Binary Install, the Engine source is no longer included/visible in the .xcodeproj. This does not occur on Windows with VS ...