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

Adjusting Agent Radius in RecastNavMesh causes AI to not move

UE - AI - Sep 9, 2015

Adjusting the RecatNavMesh in a map can cause the AI to not move when simulating or playing in viewport. Setting it back to the default value does not fix the issue. I can only reproduce this with ...

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