Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/SNiagaraParameterEditor
Description
Sets whether this is currently the exclusive editor of this parameter, meaning that the corresponding details view should not be updated. This hack is necessary because the details view closes all color pickers when it's changed!
| Name | SetIsEditingExclusively |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SNiagaraParameterEditor.h |
| Include Path | #include "SNiagaraParameterEditor.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SNiagaraParameterEditor.cpp |
void SetIsEditingExclusively
(
bool bInIsEditingExclusively
)