Editor Utility Widgets are reset every time another blueprint is reinstanced

Tools - Dec 16, 2019

Editor utility widgets were being rebuilt on GEditor->OnBlueprintReinstanced. However, this delegate is fired when any blueprint is reinstanced, which resulted in the widget being refreshed when it ...

Depth of fields behavior when Focus Method is None

UE - Anim - Sequencer - Feb 25, 2020

Licensee reports that Depth of fields behavior when Focus Method is None is incorrect. If None, override flag is disabled and default value seems to be used.[Image Removed] Attached sample projec ...

Niagara Ribbon Facing Mode Custom Side Vector does not work correctly

UE - Niagara - Feb 28, 2020

The Custom Side Vector facing mode is no different than the Custom facing mode on Niagara ribbons. The linked UDN has more information on a potential cause, as well as a proposed fix. It looks like ...

Rare assertion comes up when cooking if sequencer camera track has only additive transform track

UE - Anim - Sequencer - Mar 2, 2020

If a camera track has only additive transform track, some functions return uninitialized F3DTransformTrackToken made by default constructor. It causes a rare assertion. Please take a look at F3DTra ...

Deleting struct in Windows Explorer leaves dirty traces in BPs.

UE - Gameplay - Blueprint - Mar 3, 2020

UND: https://udn.unrealengine.com/questions/559972/invalid-map-in-blueprint-unable-to-be-deleted-urge.html If you delete a struct in Windows Explorer manually, then open a project/BP, it will ask t ...

Crash when mousing over array parameter in Blueprint function graph while debugging

UE - Gameplay - Blueprint Editor - Mar 3, 2020

Mousing over an array input inside a Blueprint function can lead to a crash. For this to occur, the first parameter of the function must be a User Defined Struct.  ...

Get Niagara Emitter Vec3 Attrib Results in Hard Crash

UE - Niagara - Feb 14, 2020

Also tried it out by replicating the setup in an Actor blueprint with the same result. ...

Adding a camera cut track through sequencer scripting does not set the movie scene's camera cut track

UE - Anim - Sequencer - Mar 13, 2020

When adding a camera cut track through sequencer scripting there is no way to set the camera cut track on the movie scene, which is how the add track menu determines if a new one can be added. This ...

Crash when using Share Material Shader Code and Native Metal Libs with r.Shaders.Optimize=0

UE - Rendering Architecture - RHI - Mar 17, 2020

Using r.Shaders.Optimize=0 with native metal libs results in a crash of the packaged build at runtime. Workarounds is to either not use native metal libs for text shaders or in MetalShaders.cpp co ...