Unable to Open Level in HTML5

UE - Platform - Mobile - Mar 16, 2016

Trying to use an Open Level function in HTML5 does not allow the level to actually load. Instead, the project flashes and refreshes back to its original position. Open Level function does work on W ...

SceneCapture2D loses Blendable when Capture Every Frame is turned off even if Scene Capture is updated

UE - Graphics Features - Mar 16, 2016

Scene Capture 2D components lose access to the Blendable assigned to them if they are not set to Capture Every Frame at all times. If it gets turned off, the blendable can never be reapplied at run ...

Changing a variable during simulate will cause physics object to jump around

UE - Simulation - Physics - Mar 16, 2016

If a user has an actor that is simulating physics during simulation of play in the editor and they then change the value of a variable trough the details panel below the world outliner then the acto ...

Set Boolean (by ref) crashes the editor on compile

UE - Gameplay - Blueprint - Mar 15, 2016

Update 4/6/2016 This appears to occur with other Set by ref nodes as well. Tested and received crash with Integer as well. ======================================================================== ...

Undo after disconnecting a target pin will cause a series of internal compile errors

UE - Gameplay - Blueprint - Mar 15, 2016

Undo after disconnecting a target pin will cause a series of internal compile errors User Description: I've run into what I think is a bug when attempting to compile a blueprint after mistakenly b ...

Save on compile does not work in the level blueprint

UE - Gameplay - Blueprint - Mar 15, 2016

Save on compile does not save the level blueprint when compiling the level blueprint. ...

TUnion copy constructor causes the editor to assert due to Unrecognized TUnion subtype

UE - Foundation - Core - Mar 15, 2016

The TUnion copy constructor causes the editor to toss an assert due to it claiming that the passed in TUnion is of an Unrecognized TUnion subtype. ...

OnRep function fires off even if the value has not changed for a variable set to RepNotify

UE - Networking - Mar 15, 2016

RepNotify causes the On Rep function to fire off whenever a variable is set rather than when the value of the variable changes (as stated in the documentation). ...

IsValidOrFixable can be false even when IsValid is true in RawMesh.cpp

UE - Graphics Features - Mar 14, 2016

In RawMesh.cpp, there are two functions called IsValid and IsValidOrFixable. A user has reported that there may be an issue here where IsValid can be true while IsValidOrFixable is false. From look ...

Warning in the Output Log when Switching a Local Variable from Struct to Enum

UE - Gameplay - Blueprint - Mar 14, 2016

Warning in the output log when switching a local variable from struct to Enum ...