Navigation
Unreal Engine C++ API Reference > 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 SetStackEntryIsRenamePending
&40;
const FString & StackEntryKey,
bool bIsRenamePending
&41;
Remarks
Sets whether or not a stack entry has a rename pending.
Parameters
Name | Description |
---|---|
StackEntryKey | A unique key for the stack entry. |
bIsRenamePending | Whether or not the stack entry has a rename pending. |