Description

Workaround in UE5.3:

 UNiagaraComponent::TickComponent

            if (AgeDiff < 0.0f)
            {
                SystemInstanceController->Reset(FNiagaraSystemInstance::EResetMode::ResetAll);
// modifier add
                SystemInstanceController->ManualTick(UE_KINDA_SMALL_NUMBER, nullptr);
// modifier add 
                AgeDiff = DesiredAge - SystemInstanceController->GetAge();
            } 
Steps to Reproduce
  1. Create NiagaraSystem asset
  2. Select "Copy existing system" and "Next" button
  3. Uncheck "Libray Only" and select "Radial Burst", select Finish button
  4. In the Niagara Editor timeline, move the timeline slider to 0.75
  5. Press the "To Front" button in the timeline.

Result:

The rendering of the preview will continue to be maintained.

Expected:
Reset the rendering of the preview to follow the timeline

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-191191 in the post.

1
Login to Vote

Backlogged
ComponentUE - Niagara
Affects Versions5.25.3
Target Fix5.5
CreatedJul 26, 2023
UpdatedFeb 14, 2024