Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraStackEntry
- UNiagaraStackItemContent
- UNiagaraStackValueCollection
- UNiagaraStackFunctionInputCollection
- UNiagaraStackSummaryViewCollection
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackFunctionInputCollection.h |
| Include | #include "ViewModels/Stack/NiagaraStackFunctionInputCollection.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UNiagaraStackValueCollection : public UNiagaraStackItemContent
Remarks
A base class for value collections. Values can be all kinds of input data, such as module inputs, object properties etc. This has base functionality for sections.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | FilterByActiveSection
(
const UNiagaraStackEntry& Child |
||
| FText | |||
| const TArray< FText > & | GetSections () |
||
| void | GetSectionsInternal
(
TArray< FNiagaraStackSection >& OutStackSections |
||
| bool | |||
| FText | GetTooltipForSection
(
FString Section |
||
| void | Initialize
(
FRequiredEntryData InRequiredEntryData, |
||
| void | SetActiveSection
(
FText InActiveSection |
||
| void | SetShouldDisplayLabel
(
bool bInShouldShowLabel |
||
| void |
Overridden from UNiagaraStackEntry
| Type | Name | Description | |
|---|---|---|---|
| void | RefreshChildrenInternal
(
const TArray< UNiagaraStackEntry* >& CurrentChildren, |
Constants
| Name | Description |
|---|---|
| AllSectionName | |
| UncategorizedName |