Niagara Particles in Mesh Shape Don't Render in Scene or Editor Preview

UE - Niagara - Dec 19, 2019

Niagara particles aren't rendered in the Niagara Editor Preview or the scene when an emitter is in it. Found in 4.24.1 CL#10756747 Reproduced in 4.25 Main CL#10808197 ...

Setting an overlay's alpha to 0 does not display as fully transparent

Tools - Feb 19, 2020

Safe zone overlay ignores alpha when set to 0.0 in DefaultEngine.ini. Tested:  4.23.1 CL#9631420 , 4.25 CL#11341939 ...

M_Volumetric_Sky_Prototype Material has compile errors

UE - Content - Engine - Mar 17, 2020

The material "M_Volumetric_Sky_Prototype" has numerous compile errors that prevent it from being used. This was reported and tested in 4.25 Preview 2 (CL-12055273) and reproduced in 4.26 (CL-121923 ...

Duplicating BP actors reset edited Variables to Default Value if Variables name start with Chinese Character

UE - Foundation - Core - Jul 29, 2020

Hints: It has no problem in 4.24, only happening in 4.25 It has no problem as long as the Variable name is contained with Alphabat(English characters) fully; or start with Alphabat(A_变量 is fine) ...

Crash copying Geometry Cache Track in Sequencer

UE - Anim - Sequencer - Aug 6, 2020

Geometry cache section  will crash in PostLoad when track is copied. See UDN for alternative repro steps and more info on attached repro project. ...

Deleting audio subtrack deletes the entire track

UE - Anim - Sequencer - Jan 20, 2017

Noticed that deleting audio subtrack deletes the entire track. This also appear to happen to affect any property on the track. If I make it inactive or lock it that property applies to each subtrac ...

Inconsistency between Rotation Widget and Transform details

Tools - Mar 7, 2016

The rotation widget and Rotation details sidebar have inconsistent values when rotating using the widget. Also, when hitting a 90 degree rotation from 0, 0, 0, the other axis values are affected. ...

Scroll bar becomes so large that you can no longer scroll with Cloth Config open

UE - Editor - UI Systems - Slate - May 11, 2017

Scroll bar becomes so large that you can no longer scroll with Cloth Config open [Link Removed] is a similar report, but this actually affects functionality of the details panel. [Image Removed] ...

Increment / Decrement nodes do not call BlueprintSetter functions

UE - Gameplay - Blueprint - Oct 31, 2017

When BlueprintGetter / BlueprintSetter specifiers are used for a property, the increment/decrement nodes in blueprints will call the BluprintGetter function but not the BlueprintSetter function. Th ...

Hot Reload wipes all elements of UProperty TArrays in Blueprint subclasses

UE - Foundation - Cpp Tools - Hot Reload - Dec 5, 2017

Hot reloading a change that affects a class that contains a TArray UProperty will wipe all of the array elements of any Blueprint subclasses of that class. Regression?: Yes This does not occur in 4 ...