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

Translucent Unlit Materials render at incorrect Z depths depending on camera

UE - Graphics Features - Sep 15, 2014

Sprites which are layerd on top of one another in a tight pack and have a material set to TranslucentUnlitSprite Material will disappear while moving the camera above and below the editor's 0 grid. ...

User's Asset is causing a crash assertion on LayoutUV.cpp

UE - Graphics Features - Oct 21, 2014

User's asset is causing a crash on the User's Computer and on the Main Branch here, it is causing a soft crash (I have to CTRL-ALT-DELETE to close the editor.) ...

Blackboard Key Type Cannot Be Compared Using an "Equals" Node

UE - AI - Jun 24, 2016

Attempting to compare a blackboard key type using an equals node always returns false. In the setup in the attached project, there is a task that contains a public Blackboard Key Selector variable. ...

Importing User Camera FBX into Matinee in Matinee Fight Scene Crashes (UE4Editor_Renderer!CalculateShadowFadeAlpha())

UE - Graphics Features - Nov 20, 2014

Importing user provided Camera FBX will crash on closing the Matinee window in Matinee Fight Scene level. I cannot reproduce a crash in a blank project with this asset. Attached: Crash.zip - Inter ...

Sending a string or text of 1024 or more characters disconnects Client and Server

UE - Networking - Oct 5, 2015

Sending a string or text of 1024 or more characters disconnects Client and Server. 1023 works without disconnection. Possibly a buffer overflow problem? Is this expected behavior? Reproduced in 4. ...

Shouldn't be able to add wildcard rerouters

UE - Gameplay - Blueprint - Dec 5, 2014

Dragging off the result of the Ease function and selecting Add Reroute Node creates a wildcard reroute node that is not connected to the Ease output. The two nodes cannot be connected. ...

"DefaultToSelf" pin ignores parameter type

UE - Gameplay - Blueprint - Mar 5, 2015

A user reported an issue resulting in a crash with callstack pasted below. After a brief investigation I've found that user was able to successfully compile a blueprint where a function taking an ...

LIVE: Memory spikes when importing a json with a large amount of sprites

UE - Gameplay - Paper2D - Oct 24, 2014

While importing a json file with a large amount of sprites, memory usage spikes. The test asset uses a 2000x128 texture with 1024 elements. ...

Void Interface functions cannot be overridden in Blueprints

UE - Gameplay - Blueprint - Feb 10, 2015

A Blueprint Interface function that does not have an Output cannot be overridden in a Blueprint implementing that function. The function does not appear in the Interface section of the My Blueprint ...