Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
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.
| Name | UNiagaraStackValueCollection |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackValueCollection.h |
| Include Path | #include "ViewModels/Stack/NiagaraStackValueCollection.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackValueCollection : public UNiagaraStackItemContent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraStackEntry → UNiagaraStackItemContent → UNiagaraStackValueCollection
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AllSectionName | FText | ViewModels/Stack/NiagaraStackValueCollection.h | |
| UncategorizedName | FText | ViewModels/Stack/NiagaraStackValueCollection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveSectionCache | TOptional< FText > | ViewModels/Stack/NiagaraStackValueCollection.h | ||
| bShouldDisplayLabel | bool | ViewModels/Stack/NiagaraStackValueCollection.h | ||
| LastActiveSection | FText | ViewModels/Stack/NiagaraStackValueCollection.h | ||
| SectionsCache | TOptional< TArray< FText > > | ViewModels/Stack/NiagaraStackValueCollection.h | ||
| SectionToCategoryMapCache | TOptional< TMap< FString, TArray< FText > > > | ViewModels/Stack/NiagaraStackValueCollection.h | ||
| SectionToTooltipMapCache | TOptional< TMap< FString, FText > > | ViewModels/Stack/NiagaraStackValueCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CacheLastActiveSection() |
ViewModels/Stack/NiagaraStackValueCollection.h | ||
FText GetActiveSection() |
ViewModels/Stack/NiagaraStackValueCollection.h | ||
| ViewModels/Stack/NiagaraStackValueCollection.h | |||
bool GetShouldDisplayLabel() |
ViewModels/Stack/NiagaraStackValueCollection.h | ||
| ViewModels/Stack/NiagaraStackValueCollection.h | |||
void Initialize
(
FRequiredEntryData InRequiredEntryData, |
ViewModels/Stack/NiagaraStackValueCollection.h | ||
void SetActiveSection
(
FText InActiveSection |
ViewModels/Stack/NiagaraStackValueCollection.h | ||
void SetShouldDisplayLabel
(
bool bInShouldShowLabel |
ViewModels/Stack/NiagaraStackValueCollection.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool FilterByActiveSection
(
const UNiagaraStackEntry& Child |
ViewModels/Stack/NiagaraStackValueCollection.h | ||
virtual void GetSectionsInternal
(
TArray< FNiagaraStackSection >& OutStackSections |
ViewModels/Stack/NiagaraStackValueCollection.h | ||
void UpdateCachedSectionData() |
ViewModels/Stack/NiagaraStackValueCollection.h |
Overridden from UNiagaraStackEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RefreshChildrenInternal
(
const TArray< UNiagaraStackEntry* >& CurrentChildren, |
ViewModels/Stack/NiagaraStackValueCollection.h |