Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack > API/Plugins/NiagaraEditor/ViewModels/Stack/UNiagaraStackViewModel
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackViewModel.h |
| Include | #include "ViewModels/Stack/NiagaraStackViewModel.h" |
Syntax
struct FTopLevelViewModel
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< FNiagaraEmitterHandleViewModel > | EmitterHandleViewModel | ||
| const TWeakObjectPtr< UNiagaraStackEntry > | RootEntry | ||
| const TSharedPtr< FNiagaraSystemViewModel > | SystemViewModel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTopLevelViewModel
(
TSharedPtr< FNiagaraSystemViewModel > InSystemViewModel |
|||
FTopLevelViewModel
(
TSharedPtr< FNiagaraEmitterHandleViewModel > InEmitterHandleViewModel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| void | GetMessageStores
(
TArray< FNiagaraMessageSourceAndStore >& OutMessageStores |
||
| UNiagaraStackEditorData * | |||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FTopLevelViewModel& Other |