Crash when calling SetVector2DParameter on a Niagara Parameter Collection

UE - Niagara - Mar 10, 2022

Crash when calling SetVector2DParameter on a Niagara Parameter Collection. The value for the SetVector2DParameter may or may not have to be changed in order for the crash to occur.  Assertion faile ...

Niagara : incorrect rendering on D3D12 when rendering a very large number of meshes

UE - Niagara - Feb 17, 2022

The input argument of DrawIndirect for Niagara meshes, which is made by ComputeShader, may be invalid. This problem does not appear with -onethread command line option. ...

Set Niagara Variable (Object) for Texture Object fails

UE - Niagara - Jan 28, 2022

Set Niagara Variable (Object) does not work for texture objects. ...

Destructing NiagaraParameterStores causes multi threading write conflict

UE - Niagara - Jan 26, 2022

FNiagaraParameterStore::UnbindAll() may be called from both GameThread and RenderingThread. Each may modify the same Binding array, it causes infrequent crashes. In my environment, I was able to r ...

Niagara Dynamic Parameters do not reflect layers in material instances.

UE - Niagara - Jan 19, 2022

The names of dynamic parameters in material layers do not seem to update from material instances.  ...

Incorrect number of vertices displayed by ProfileGPU command in Cascade particles

UE - Niagara - Dec 9, 2021

This issue was reported by the licensee, but it's possible that the number of vertices in the particles is higher than it really is. ...

Editing parent emitters with mesh renderer in a niagara system causes crash

UE - Niagara - Nov 9, 2021

After editing the parent emitters of a Niagara system with mesh renderer particles the engine will crash the next time the editor and system are opened.  This was tested with both engine content cub ...