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(); }
Result:
The rendering of the preview will continue to be maintained.
Expected:
Reset the rendering of the preview to follow the timeline
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-191191 in the post.
| 1 |
| Component | UE - Niagara |
|---|---|
| Affects Versions | 5.2, 5.3 |
| Created | Jul 26, 2023 |
|---|---|
| Updated | Sep 18, 2024 |