Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraSystemInstance
Description
Final phase of system instance tick. Must be executed on the game thread. Returns whether the Finalize was actually done. It's possible for the finalize in a task to have already been done earlier on the GT by a WaitForAsyncAndFinalize call.
| Name | FinalizeTick_GameThread |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSystemInstance.h |
| Include Path | #include "NiagaraSystemInstance.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSystemInstance.cpp |
void FinalizeTick_GameThread
(
bool bEnqueueGPUTickIfNeeded
)