FMaterialEditorSpawnNodeCommands::GetGraphActionByChord

Returns a graph action assigned to the passed in chord

Windows
MacOS
Linux

References

Module

MaterialEditor

Header

/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h

Include

#include "MaterialEditorActions.h"

Source

/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorActions.cpp

Syntax

TSharedPtr< FEdGraphSchemaAction > GetGraphActionByChord
(
    FInputChord & InChord,
    UEdGraph * InDestGraph
) const

Remarks

Returns a graph action assigned to the passed in chord

Parameters

Parameter

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

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