Navigation
API > API/Editor > API/Editor/MaterialEditor > API/Editor/MaterialEditor/FMaterialEditorSpawnNodeCommands
References
| Module | MaterialEditor |
| Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h |
| Include | #include "MaterialEditorActions.h" |
| Source | /Engine/Source/Editor/MaterialEditor/Private/MaterialEditorActions.cpp |
TSharedPtr< FEdGraphSchemaAction > GetGraphActionByChord
&40;
FInputChord & InChord,
UEdGraph &42; InDestGraph
&41; const
Remarks
Returns a graph action assigned to the passed in chord
Parameters
| Name | Description |
|---|---|
| InChord | The chord to use for lookup |
| InDestGraph | The graph to create the graph action for, used for validation purposes and to link any important node data to the graph |