Unexpected behavior from moving multiple widget components with render transform

UE - Editor - UI Systems - May 10, 2017

Unexpected behavior occurs from moving multiple widget components with render transform applied to them. The individual components seem to change relative position or rotation when being clicked and ...

Shortcut(Ctrl+W) do a duplicate action in Blueprint Interface function list even if threre is no duplicate/copy action in the context menu.

UE - Gameplay - Blueprint - May 10, 2017

Blueprint Interface functions have no duplicate/copy context menu but still shortcut (Ctrl+W) is working and making duplicated arguments. ...

SpawnActor node evaluates pure inputs twice

UE - Gameplay - Blueprint - May 9, 2017

When the node Spawn Actors from class is used with a pure input (in this case a pure function with a transform output) The result is that it get evaluated twice. In the test project provided a print ...

Skeletal Mesh Simulating Physics will stretch if pawn is driven by "Add Force"

UE - Simulation - Physics - May 8, 2017

Skeletal Mesh Simulating Physics will stretch if pawn is driven by "Add Force". Note, Physics Asset constraint is set to locked on all Linear Limits ...

Retainer Box's widgets will blend in incorrect space when retainer box uses material shader.

UE - Editor - UI Systems - May 8, 2017

Displaying the UMG content with a material shader will mean that it is drawn to an sRGB aware surface and thus blended in linear space instead of sRGB space (as widgets expect). In sceenshot-1.png t ...

Translucent Object not rendering correctly in Desktop Forward in left eye in a packaged game when using "r.HZBOcclusion 1"

UE - Platform - XR - May 8, 2017

Object not rendering correctly in left eye in a packaged game when using "r.HZBOcclusion 1". In this example looking to the right the object disappear from the left eye only. Note: This was tested ...

EQS Generator Becomes Blank After Undo op and Restarting Project

UE - AI - May 8, 2017

EQS Generators are becoming blank after deleting and undoing the node and restarting the editor. Any tests placed on the generator are still visible, but the information on the generator node is bla ...

Planar Reflection Actor Unable To Add Actors On A Different Sublevel To Hidden Actors Array

UE - Gameplay - May 5, 2017

Planar Reflection Actor can't add any actors that are on a different sublevel to the hidden actors/show only actors array. ...

Date Time node to Time span node returns inconsistent values

UE - Gameplay - Blueprint Editor - May 5, 2017

When subtracting two date time sets to find the time span between them, the results are inconsistent. The results given give the total number of the unit measured for the time elapsed were as others ...

Wild card pins do not update when other pins on the same node have been used

UE - Gameplay - Blueprint - May 5, 2017

Wild card pins do not update when other pins on the same node have been used. If the other pin on the inputs node is connected, the other wildcard pin(s) will no longer update back to wildcards if ...