NiagaraComponent attached to the character won't stay active when travelling to a new level using seamless travel

UE - Niagara - Jul 27, 2023

The pawn character is added to APlayerController::GetSeamlessTravelActorList, so it'll be persisted during server travel. The Niagara component is spawned during BeginPlay and activated manually. W ...

Preview rendering does not update when slider is moved below 0.0 in timeline on in Niagara Editor.

UE - Niagara - Jul 26, 2023

Workaround in UE5.3:  UNiagaraComponent::TickComponent             if (AgeDiff < 0.0f)             {                 SystemInstanceController->Reset(FNiagaraSystemInstance::EResetMode::ResetAl ...

When creating a new NiagaraSystem using existing system, the DefaultEffectType set in ProjectSettings is not reflected.

UE - Niagara - Jul 24, 2023

When creating a new NiagaraSystem, the DefaultEffectType set in ProjectSettings should be reflected. If another EffectType is already set, it should be respected. The problem here is that when creat ...

Niagara and Water Source Body Component

UE - Niagara - Jul 19, 2023

This has changed from 4.27 and the Deep Dive video on water: [Link Removed] ...

Scratch Pad outputting Audio Spectrum triggers a crash

UE - Niagara - Jun 14, 2023

This is a regression. Tested in //UE5/Release-5.1 CL23901901 The editor crashes after playing in editor when the level contains a niagara system with a scratch pad outputing audio spectrum. ...

Niagara Skeletal Mesh DI Component Tag filter doesn't copy over when copying DI

UE - Niagara - Jun 1, 2023

UNiagaraDataInterfaceSkeletalMesh::CopyToInternal and UNiagaraDataInterfaceSkeletalMesh::Equals do not account for the component tags, so the tags array will be empty when the DI is copied. ...

Cannot delete parameters in a Niagara Parameter Collection after resetting the source Material Parameter Collection

UE - Niagara - Jun 1, 2023

Parameters left over from an old source MPC cannot be removed without renaming them first. When debugging in FNiagaraParameterStore::RemoveParameter it seems that the parameter cannot be found in ...