Placeable UCLASS specifier doesn't override parent classes NotPlaceable UCLASS specifier

UE - Foundation - Core - Jul 12, 2019

When the child of an actor with the UCLASS specifier NotPlaceable has the UCLASS specifier Placeable it still isn't placeable. This behavior doesn't occur in 4.20.3. Found in 4.22 CL#7053642 Reprod ...

Niagara Systems are reset after changing the sg.EffectsQuality

UE - Niagara - Sep 24, 2019

Changing the effect quality from the console window causes Niagara systems to reset their visibility. Tested in 4.22.3(CL - 7053647), 4.23 (CL - 8386587), 4.24 (CL - 9023396) ...

Landscape Resample Tools does not keep Streaming Proxy

UE - LD & Modeling - Terrain - Landscape - Nov 25, 2019

alone ...

Creating a new C++ Synth Component results in a failed compile linker error.

UE - Audio - Dec 19, 2019

Upon creating a new Synth Component C++ Class in Unreal 4.24, the compiler will fail to compile with a Linker error. ...

Landscape Grass scale not applied when min and max are same value

UE - World Creation - Worldbuilding Tools - Foliage - Feb 13, 2020

If min and max scale are the same in a LandscapeGrassType asset, scale will not be applied. Confirmed in 4.25 MAIN @ CL 11318998 ...

SampleCurve And SampleColorCurve Nodes Missing In Niagara Module Scripts

UE - Niagara - Mar 19, 2020

In a Niagara Module Script the "Sample Curve" and "Sample Color Curve" nodes cannot be found. They were findable in 4.24 prior to 4.24.3. This seems related to this ticket. Found in 4.24.3 CL#11590 ...

Text Size In Material Blueprint Comments Don't Change

UE - Rendering Architecture - Materials - Aug 24, 2020

When changing the size of the text in a comment box, after you adjust the size and click save, then close the material editor. When you reopen the editor, the text size is back to the default but th ...

Regression: External owned Spawnable object disappears when the sequencer movie is finished.

UE - Anim - Sequencer - Nov 26, 2020

Regression: external owned spawned actors stays in 4.25 & 4.25 plus but it is removed from 4.26P5, 4.26P6, 4.26P7 ...

Rendering a custom render pass will render the viewport.

UE - Anim - Sequencer - Mar 1, 2021

If close the "Sequencer" window while leaving the "Render Movie Settings" window open, and then click the "Capture Movie" button, you will capture the movie from the perspective of the CameraCuts tr ...

Expose input action from enhanced input component delegates

UE - Gameplay - Input - Jun 9, 2021

From a delegate there is no easy way to access the action that triggered the delegate. Whilst this is mostly inherent (an OnJumped handler implies the Jump action) it would be better to provide dire ...