FNiagaraSystemInstance::AdvanceSimulation

Manually advances this system's simulation by the specified number of ticks and tick delta.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSystemInstance.h

Include

#include "NiagaraSystemInstance.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSystemInstance.cpp

Syntax

void AdvanceSimulation
(
    int32 TickCountToSimulate,
    float TickDeltaSeconds
)

Remarks

Manually advances this system's simulation by the specified number of ticks and tick delta. To be advanced in this way a system must be in solo mode or moved into solo mode which will add additional overhead.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss