Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | UNiagaraStackModuleItemOutputCollection |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h |
| Include Path | #include "ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackModuleItemOutputCollection : public UNiagaraStackEntry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraStackEntry → UNiagaraStackModuleItemOutputCollection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraStackModuleItemOutputCollection() |
ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FunctionCallNode | UNiagaraNodeFunctionCall * | ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h | ||
| LastFunctionGraphChangeId | TOptional< FGuid > | The value of the change id for the called graph of the function call as of the last refresh. | ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h | |
| LastOwningGraphChangeId | TOptional< FGuid > | The value of the change id for the graph which owns the function call as of the last refresh. | ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
FRequiredEntryData InRequiredEntryData, |
ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h |
Overridden from UNiagaraStackEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h | ||
virtual bool GetIsEnabled() |
ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h | ||
virtual EStackRowStyle GetStackRowStyle() |
ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h | ||
virtual bool IsExpandedByDefault() |
ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h |
Protected
Overridden from UNiagaraStackEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RefreshChildrenInternal
(
const TArray< UNiagaraStackEntry* >& CurrentChildren, |
ViewModels/Stack/NiagaraStackModuleItemOutputCollection.h |