Project fails to package with const BluperintFunctionLibrary function and Nativize Blueprints set

UE - Gameplay - Blueprint Runtime - Dec 8, 2016

If a blueprint function library has a function that is const, the project will fail to compile if Nativize blueprint is set to true. ...

UWheeledVehicleMovementComponent no longer contains an IsFalling variable

UE - Gameplay - Dec 8, 2016

UWheeledVehicleMovementComponent no longer has an IsFalling variable. It originally inherited from UPawnMovementComponent which it gained this variable from but now inherits directly from UMovementC ...

Rainbow Colored Lights On Edge Of Screen

UE - Graphics Features - Dec 7, 2016

While in the Editor glowing colored lights will appear at the edge of the screen. (see screenshot)This happens randomly after a set amount of time even when Idle.The issue doesn't occur in standalon ...

EditableTextBox is not updated in Android device until pressing it when emptying it with blank text and SetText node.

UE - Platform - Mobile - Dec 7, 2016

EditableTextBox is not cleared immediately when clearing it with blank in android. (Right after User's input) It needs other input to refresh it. Current workaround is calling settext with blank ag ...

FirstPerson template project crosshair has white background on Samsung S6 Edge

UE - Platform - Mobile - Dec 6, 2016

This is a regression from 4.13.2 Seen on a Galaxy6Edge_6714 OS: 5.0.2 This was not seen on a HuaweiP9Plus_9532 OS: 6.0 ...

Crash Occurs on Second PIE When Using Seamless Travel to Travel From One Map to Another That Contain the Same Sublevel

UE - Gameplay - Dec 6, 2016

The editor is crashing on the second PIE attempt when using seamless travel to travel from one map to another when both maps contain the same sublevel. The travel is taking place using: PlayerContr ...

Crash on iOS9 when using Apple's CFNetwork library

UE - Platform - Mobile - Dec 6, 2016

Many clients have hit a crash due to an Apple library using operator delete on a memory block that was not allocated with operator new. This happens with the following callstack on iOS9 in UE4.13 o ...

Crash on exit when using -opengl4 and visualizing a material buffer "vis BufferName"

UE - Graphics Features - Dec 5, 2016

Upon exit it appears that some resource is trying to clean itself up after the RHI has been destroyed. Call stack (approximated) looks like: FOpenGLDynamicRHI::InvalidateTextureResourceInCache() ~F ...

Particle emitter follows camera on certain Android devices

UE - Platform - Mobile - Dec 5, 2016

When running a launched or packaged version on an Android device, if there is a particle emitter, it follows the camera looking up or down. If you have more than 1 particle emitter, it seems to corr ...

User can still attempt to delete tags above a subtag they just added

UE - Gameplay - Dec 5, 2016

In the Gameplay Tag List, if the user adds a string of tags, then adds one on top of it, attempting to delete the previous end subtag will produce a toast saying the tags were deleted. However, the ...