Navigation
API > API/Editor > API/Editor/MaterialEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FMaterialEditorSpawnNodeCommands
References
| Module | MaterialEditor |
| Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h |
| Include | #include "MaterialEditorActions.h" |
Syntax
class FMaterialEditorSpawnNodeCommands : public TCommands< FMaterialEditorSpawnNodeCommands >
Remarks
Handles spawn node commands for the Material Editor
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< const FInputChord > | GetChordByClass
(
UClass* MaterialExpressionClass |
||
| TSharedPtr< FEdGraphSchemaAction > | GetGraphActionByChord
(
FInputChord& InChord, |
Returns a graph action assigned to the passed in chord |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | TCommands interface |