Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active

UE - Gameplay - Feb 15, 2017

Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active. Restarting the editor fixes the issue. ...

FArchive broke operator<< for bool in Editor builds

UE - Foundation - Core - Feb 16, 2017

Looks like CL-3215392 added changes in FArchive where the operator<< method for bool is a member operator in Editor (as opposed to a global operator in non-editor and old builds). This causes shado ...

Crash when editing gameplay tag query in a structure

UE - Gameplay - Blueprint - Feb 20, 2017

When I try to edit Gameplay tag query in a blueprint structure the editor crashes. Regression: No. This issue affects versions: 4.15, 4.14.3, 4.13.2 (Binary Versions) ...

Scene Captures not working on Android

UE - Platform - Mobile - Feb 21, 2017

User reports scene captures are not working on Galaxy S6 and S7 both in regular mode and in GearVR mode. ...

The number of elements in an array remain the same as the default when duplicating an actor

UE - Gameplay - Blueprint - Feb 22, 2017

If a user removes elements from an array in an instance of that blueprint in the level and then duplicates the actor (in the level ) containing the array, then the resulting actor will have the orig ...

Is Fullscreen Mode Dirty always returns true for Windowed Fullscreen

Tools - Feb 27, 2017

Is FullscreenMode Dirty is meant to track if the Fullscreen mode has changed from what it is currently set to. This does not function correctly for Windowed Fullscreen and always prints true even if ...

Changing Static Mesh for a mesh with overridden materials should NOT reset materials

Tools - Feb 1, 2017

Sometime recently, the behavior of changing a static mesh changed. A very common operation is to want to change a mesh, while keeping material override. Here I have a sky mesh, and the material is ...

Crash when building lighting while in PIE

UE - Graphics Features - Feb 21, 2017

NOTE: This issue is similar to (same callstack) as [Link Removed], however this issue is still occurring in 4.15.0. Error Message: Access violation - code c0000005 (first/second chance not availab ...

XB1: intro movie displays black

UE - Platform - Console - Mar 17, 2017

Launching an intro movie using MoviePlayer->SetupLoadingScreen() works correctly on windows, but fails to display the movie on XB1. See FShooterGameLoadingScreenModule::StartupModule() ...

USkinnedMeshComponent::FindClosestBone does not respect bRequirePhysicsAsset parameter

OLD - Anim - Mar 20, 2017

A licensee has reported that the USkinnedMeshComponent::FindClosestBone function does not respect the bRequiresPhysicsAsset parameter, resulting in the bone returning bones that are not part of the ...