Crashes when playing Slomo on NiagaraSystem with Solo and DesiredAge.

UE - Niagara - Mar 23, 2023

When Slomo 2 is used to speed up the process, TicksToProcess is greater than 1, which means that ManualTick is called several times during one loop.  When playback is completed by a ManualTick in t ...

When editing a Niagara module an error can occur if using non-module functions, even with a correctly set usage bitmask

UE - Niagara - Feb 14, 2023

When editing the module the call to FHlslNiagaraTranslator::HandleDataInterfaceCall has the usage "Module", so it treads the module as if that was its stack context, even though the module's usage b ...

Editor Crashes when copy/pasting an emitter in the Niagara timeline

UE - Niagara - Feb 8, 2023

When creating the emitter's track widget we search for the stack view model's root entry, but the stack view model pointer is null, so we crash.  ...

NiagaraEditor timeline folders are not saved correctly

UE - Niagara - Feb 8, 2023

It works correctly in 5.0.3. ...

Niagara editor crash

UE - Niagara - Feb 6, 2023

SetNiagaraStaticMeshComponent in UNiagaraFunctionLibrary does not add NiagaraVariable to InstanceParameterOverrides

UE - Niagara - Jan 13, 2023

The result of the Set Niagara Static Mesh Component (OverrideSystemUserVariableStaticMeshComponent) function provided by the UNiagaraFunctionLibrary is different from the operation result on the det ...

Rotate Around Point Niagara Module causes jittering with Linear Force

UE - Niagara - Dec 1, 2022

Regression: Tested in UE5/Release-5.0, this issue also occurs meaning regression is no. The Niagara System appears to jitter whenever a force is applied after the Rotate Around Point module. If the ...

Niagara Parameters window resets when clicking in a Scratch Module

UE - Niagara - Nov 29, 2022

Regression: The UI for the Parameters window in a Niagara System is different from UE5/Release-5.0 to UE5/Release-5.1, so the issue cannot be replicated in Release-5.0 This issue occurs when going ...

Niagara compile error : Select Position from Array

UE - Niagara - Nov 24, 2022

A similar node, Select Vector From Array, does not have this problem. The difference between the two seems to be whether or not Required is checked in the input node's exposure options. ...