FNiagaraSystemSimulation::Tick_GameThread

First phase of system sim tick. Must run on GameThread.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraSystemSimulation.h"

Source

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

Syntax

void Tick_GameThread
(
    float DeltaSeconds,
    const FGraphEventRef & MyCompletionGraphEvent
)

Remarks

First phase of system sim tick. Must run on GameThread.

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