Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FNiagaraScriptToolkitParameterPa-
Description
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.
Virtual Inheritance
- INiagaraImmutableParameterPanelViewModel::GetEditableGraphsConst → INiagaraParameterPanelViewModel::GetEditableGraphsConst → FNiagaraScriptToolkitParameterPanelViewModel::GetEditableGraphsConst
| Name | GetEditableGraphsConst |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraParameterPanelViewModel.h |
| Include Path | #include "ViewModels/NiagaraParameterPanelViewModel.h" |
virtual const TArray < UNiagaraGraph * > GetEditableGraphsConst() const