Deleted custom event restricts name use on other fucntions/variables

UE - Gameplay - Blueprint - Jun 17, 2015

If a custom event has been deleted, the name used on that custom event will not be able to be used on other functions/variables. This can be seen on the video posted here; [Link Removed] ...

ILC not updating Movable objects on Launch in HTML5

UE - Platform - Mobile - Jun 17, 2015

A Movable object will not receive the ILC information from a Sublevel when Launched in HTML5 Launched in HTML (Nightly Build)[Image Removed] In PIE:[Image Removed] ...

Light Shaft Bloom Breaks when Screen Percentage is not 100

UE - Graphics Features - Jun 17, 2015

Adjusting the Screen Percentage above or below 100% will break the Light Shaft bloom. Screen at 75% - [Image Removed] Screen at 125% - [Image Removed] Screen at 100% - [Image Removed] Also repro ...

Other components aren't ignored if 'Ignore Owning Actor' is enabled for a Radial Force component

UE - Gameplay - Jun 17, 2015

Other components aren't ignored if 'Ignore Owning Actor' is enabled for a Radial Force component User Description: From 4.7 release notes; "New: Added 'Ignore Owning Actor' option to Radial Force ...

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