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 |
void SetStackEntryWasExpandedPreSearch
(
const FString & StackEntryKey,
bool bWasExpandedPreSearch
)
Remarks
Sets whether or not a stack entry was Expanded before a stack search was triggered.
Parameters
| Name | Description |
|---|---|
| StackEntryKey | A unique key for the entry. |
| bWasExpandedPreSearch | Whether or not the entry was expanded pre-search. |