Navigation
API > API/Plugins > API/Plugins/Niagara
This class is used to defer the execution of object methods that would otherwise be executing at an unsafe point, due to concurrent processing.
| Name | FNiagaraDeferredMethodQueue |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDeferredMethodQueue.h |
| Include Path | #include "NiagaraDeferredMethodQueue.h" |
Syntax
class FNiagaraDeferredMethodQueue
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FMethod | TBaseDelegate_NoParams< void > | NiagaraDeferredMethodQueue.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Queue | TArray< FMethod > | NiagaraDeferredMethodQueue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Enqueue
(
const FMethod& Func |
NiagaraDeferredMethodQueue.h | ||
void Enqueue
(
FMethod&& Func |
NiagaraDeferredMethodQueue.h | ||
void ExecuteAndClear() |
NiagaraDeferredMethodQueue.h |