Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FNiagaraEditorModule
| Name | TDeferredDestructionContainer |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorModule.h |
| Include Path | #include "NiagaraEditorModule.h" |
Syntax
template<typename T>
class TDeferredDestructionContainer : public FNiagaraEditorModule::FDeferredDestructionContainerBase
Inheritance Hierarchy
- FNiagaraEditorModule::FDeferredDestructionContainerBase → FNiagaraEditorModule::TDeferredDestructionContainer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDeferredDestructionContainer
(
TSharedRef< const T > InObjectToDestruct |
NiagaraEditorModule.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TDeferredDestructionContainer() |
NiagaraEditorModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectToDestuct | TSharedPtr< const T > | NiagaraEditorModule.h |