SceneCapture2D Component Show Flags that are Modified in a Blueprint initially are Copied not Referenced

UE - Graphics Features - May 17, 2019

If you disable show flags in a SceneCapture2D component of a Blueprint, trying to re-enable them in the Blueprint will not update instances in a level. Anything that was left alone will change along ...

Animation Blueprint with Shared Transition "marked" dirty

OLD - Anim - May 14, 2019

Animation Blueprints which contain a shared transition used to transition between two animation states will be marked as "dirty" every time the blueprint is compiled and re-opened. ...

High-Poly Meshes with DistanceToNearestSurface is Completely White

UE - Graphics Features - May 14, 2019

The distance field materials do not work on a High Poly mesh.   Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 6063286, 4.23 CL# 6398642 ...

Procedural Foliage Volume: Simulate() function doesn't work in Blue Print

UE - World Creation - Worldbuilding Tools - Foliage - May 10, 2019

Procedural Foliage Volumes can be resimulated by clicking the Resimulate button. But they can't be resimulated from Blueprints, even if there is a Simulate() function that can be executed. Found in ...

Changing ISM/HISM collision response at runtime does not update the collision properly.

UE - World Creation - Worldbuilding Tools - World Composition - May 8, 2019

Changing ISM/HISM collision response at runtime does not update the collision properly.  Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 6063286, 4.23 CL#6368684 ...

Spline Component Array Logic resulting in "Editor soft lock"

UE - Gameplay - May 6, 2019

ReRunConstrictionScripts() on Tick() is causing an Editor "Soft- Lock" slow-down, When dragging a Spline Actor created from Blueprint; which utilizes custom construction script logic detailed in the ...

Trigger Montage Ended Event results in Unhanded Exception

OLD - Anim - May 6, 2019

TriggerMontageEndedEvent is calling RemoveAtSwap after the NotifyEnd callback which is not safe if the ActiveAninNotifyState array is modified by the callback. WorkAround:   Add a Delay node befo ...

Deprecated: CharacterMovementComponent::bRequestedMoveUseAcceleration

UE - Gameplay - Player Movement - May 3, 2019

Licensee has brought into question the difference between NavMovementComp::bUseAccelerationForPaths Vs. CharacterMovementComponent::bRequestedMoveUseAcceleration. This led to a discussion in a Supp ...

Adding an LOD while in PIE or Simulate Cauases the Editor to Crash

UE - Niagara - Apr 29, 2019

If you add an LOD while the editor is simulating or playing, the Editor Crashes. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 5660361, 4.23 CL# 6063286 ...

STEAM: Modifying the connection slot numbers can lead to a condition where the lobby is no longer joinable

UE - Online - Apr 25, 2019

Session data no longer updates when the backend tells us our session is full which then limits the ability to modify the session size on the fly. Because of this, joinability will be set on the sess ...