SNiagaraParameterEditor::SetIsEditingExclusively

Sets whether this is currently the exclusive editor of this parameter, meaning that the corresponding details view should not be updated.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SNiagaraParameterEditor.h

Include

#include "SNiagaraParameterEditor.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SNiagaraParameterEditor.cpp

Syntax

void SetIsEditingExclusively
(
    bool bInIsEditingExclusively
)

Remarks

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!

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss