Alt-tabbing out of a Standalone App or packaged version of a game does not trigger LostFocus or ReceiveFocus

Tools - Sep 9, 2015

If a user uses Alt-tab to change to another window, the ReceivedFocus and LostFocus functions are not called as they would usually be called when using something such as Shift+F1 or Ctrl+Esc. Note: ...

A Blueprint that references a macro from a macro library cannot be saved if the macro is deleted and then the deletion is undone

UE - Gameplay - Blueprint - Sep 9, 2015

A Blueprint that references a macro from a macro library cannot be saved if the macro is deleted and then the deletion is undone. The following error is given: Can't save ../../../../../../UnrealEn ...

Code based BT task breaks after closing/reopening the editor

UE - AI - Sep 9, 2015

A behavior tree task created in code will break in the editor behavior tree. The BTTask node shows as red and says that the class cannot be found. Node must be deleted and replaced to fix the erro ...

Mesh blueprint has incorrect Scaling in viewport when added as a child blueprint component

UE - Gameplay - Sep 9, 2015

If the user converts two static meshes in the level to blueprints, makes them movable, and then adds one to the other as a child blueprint component then the child component will scale incorrectly i ...

Client Characters that slide past the Server Character while on top of a Movable Actor can become de-synchronized from their Server counterpart

UE - Networking - Sep 9, 2015

Client Characters that slide past the Server Character while on top of a Movable Actor can become de-synchronized from their Server counterpart. Does not occur on top of Static Actors. Hard to expl ...

Setting struct variable to CurveTableRowHandle crashes editor

Tools - Sep 9, 2015

Editor immediately crashes if a variable is set to type Curve Table Row Handle within a structure. Frequency: 2/2 Crashreporter: N/A ...

A packaged game that contains a plugin with a custom struct and function using that struct will crash on launch.

UE - Foundation - Cpp Tools - Plugin System - Sep 9, 2015

If a project is packaged with a plugin that contains a custom struct and a function that takes that struct as a parameter, the game will crash when the executable is run. [Link Removed] ...

VisualLog redirections are broken after PIE finishes

UE - AI - Sep 9, 2015

Visual logger cleanup should remove only redirections registered from that single world, leaving others intact (e.g. created for editor world) ...

the "Draw Material" node in the HUD blueprint doesn't work if the material is set to additive/translucent

UE - Rendering Architecture - Materials - Sep 9, 2015

If the user sets the blend mode to additive or translucent for the material that is being applied to the viewport via the "Draw material" node. The Material will not show up. ...

ShowdownVRDemo will not View Detail Lighting or Reflection Mode

UE - Graphics Features - Sep 9, 2015

After opening the ShowdownVRDemo project and changing the view mode to either Detail or Reflection the view doesn't change. It still shows the image as if in Lit Mode. ...