Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraStackEditorData
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraStackEditorData.h |
| Include | #include "NiagaraStackEditorData.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraStackEditorData.cpp |
FText GetStackEntryActiveSection
(
const FString & StackEntryKey,
FText ActiveSectionDefault
) const
Remarks
Gets the active section for a stack entry.
Parameters
| Name | Description |
|---|---|
| StackItemKey | A unique key for the entry. |
| ActiveSectionDefault | The default value to return if an active section has not been set before. |