Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraWorldManager
Description
This is a threadsafe queue which will execute on the game thread. The queue is flushed at the start of each tick group & pre / post actor tick.
| Name | EnqueueGlobalDeferredCallback |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraWorldManager.h |
| Include Path | #include "NiagaraWorldManager.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraWorldManager.cpp |
static void EnqueueGlobalDeferredCallback
(
TFunction < void> && Callback
)