Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraWorldManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnPostWorldCleanup
(
bool bSessionEnded, |
NiagaraWorldManager.h | ||
static void OnPostWorldCleanup
(
UWorld* World, |
Callback function registered with global world delegates to cleanup world manager contentx. | NiagaraWorldManager.h |
OnPostWorldCleanup(bool, bool)
| Name | OnPostWorldCleanup |
| 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 |
void OnPostWorldCleanup
(
bool bSessionEnded,
bool bCleanupResources
)
OnPostWorldCleanup(UWorld *, bool, bool)
Description
Callback function registered with global world delegates to cleanup world manager contentx.
| Name | OnPostWorldCleanup |
| 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 OnPostWorldCleanup
(
UWorld * World,
bool bSessionEnded,
bool bCleanupResources
)