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 ...

Set Texture Object on Niagara Components no longer works for render targets.

UE - Niagara - Oct 27, 2021

When adding support for cube texture ([Link Removed]) there was no check added for render targets, making them invalid for Set Texture Object, when they were previously supported. ...

Unable to set Mesh Renderer Info source renderer

UE - Niagara - Oct 22, 2021

Unable to set Mesh Renderer Info source renderer ...

Compilation error when using Particle SubUV in Niagara Mesh Particles with Raytracing enabled.

UE - Niagara - Oct 12, 2021

The licensee has shared the following workaround for modifying NiagaraMeshVertexFactory.ush. struct FVertexFactoryInterpolantsVSToPS { TANGENTTOWORLD_INTERPOLATOR_BLOCK #if USE_PARTICLE_SUBU ...