FNiagaraScriptToolkitParameterDefinitionsPanelViewModel::GetEditableGraphsConst

Returns a list of Graphs that are valid for operations to edit their variables and/or metadata.

Windows
MacOS
Linux

Override Hierarchy

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraParameterDefinitionsPanelViewModel.h

Include

#include "ViewModels/NiagaraParameterDefinitionsPanelViewModel.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraParameterDefinitionsPanelViewModel.cpp

Syntax

virtual const TArray< UNiagaraGraph * > GetEditableGraphsConst() const

Remarks

Returns a list of Graphs that are valid for operations to edit their variables and/or metadata. Should collect all Graphs that are currently selected, but also Graphs that are implicitly selected, e.g. the node graph for the script toolkit.

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