Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack > API/Plugins/NiagaraEditor/ViewModels/Stack/UNiagaraStackObject
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackObject.h |
| Include | #include "ViewModels/Stack/NiagaraStackObject.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/Stack/NiagaraStackObject.cpp |
void Initialize
&40;
FRequiredEntryData InRequiredEntryData,
UObject &42; InObject,
bool bInIsTopLevelObject,
FString InOwnerStackItemEditorDataKey,
UNiagaraNode &42; InOwningNiagaraNode
&41;
Remarks
Initialized an entry for displaying a UObject in the niagara stack.
Parameters
| Name | Description |
|---|---|
| InRequiredEntryData | Struct with required data for all stack entries. |
| InObject | The object to be displayed in the stack. |
| bInIsTopLevelObject | Whether or not the object being displayed should be treated as a top level object shown in the root of the stack. This can be used to make layout decisions such as category styling. |
| InOwnerStackItemEditorDataKey | The stack editor data key of the owning stack entry. |
| InOwningNiagaraNode | An optional niagara node which owns this object. |