Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraStackEntry
- UNiagaraStackItemContent
- UNiagaraStackObject
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackObject.h |
| Include | #include "ViewModels/Stack/NiagaraStackObject.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackObject :
public UNiagaraStackItemContent ,
public FNotifyHook
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Gets a custom name for indentifying this stack object. | ||
| TSharedPtr< FStructOnScope > | |||
| UObject * | GetObject () |
||
| void | Initialize
(
FRequiredEntryData InRequiredEntryData, |
Initialized an entry for displaying a UObject in the niagara stack. | |
| void | Initialize
(
FRequiredEntryData InRequiredEntryData, |
Initializes an entry for displaying a UStruct in the niagara stack. | |
| void | RegisterInstancedCustomPropertyLayout
(
UStruct* Class, |
||
| void | RegisterInstancedCustomPropertyTypeLayout
(
FName PropertyTypeName, |
||
| void | SetCustomName
(
FName InCustomName |
Sets a custon name for identifying this stack object. | |
| void | SetObjectGuid
(
FGuid InGuid |
||
| void | SetOnFilterDetailNodes
(
FNiagaraStackObjectShared::FOnFilterDetailNodes InOnFilterDetailNodes, |
Overridden from UNiagaraStackEntry
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraHierarchyIdentity | |||
| void | |||
| UObject * | |||
| bool | GetIsEnabled () |
||
| bool | |||
| void | |||
| void | RefreshChildrenInternal
(
const TArray< UNiagaraStackEntry* >& CurrentChildren, |
||
| bool |
Overridden from FNotifyHook
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyPostChange
(
const FPropertyChangedEvent& PropertyChangedEvent, |
||
| void | NotifyPreChange
(
FProperty* PropertyAboutToChange |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDetailNodeFilterMode |