Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | FPCGEditorGraphSchemaActionBase |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Schema/PCGEditorGraphSchemaActions.h |
| Include Path | #include "Schema/PCGEditorGraphSchemaActions.h" |
Syntax
USTRUCT (MinimalAPI)
struct FPCGEditorGraphSchemaActionBase : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FPCGEditorGraphSchemaActionBase
Derived Classes
FPCGEditorGraphSchemaActionBase derived class hierarchy
- FPCGEditorGraphSchemaAction_NewBlueprintElement
- FPCGEditorGraphSchemaAction_NewComment
- FPCGEditorGraphSchemaAction_NewLoadAssetElement
- FPCGEditorGraphSchemaAction_NewNamedRerouteDeclaration
- FPCGEditorGraphSchemaAction_NewNamedRerouteUsage
- FPCGEditorGraphSchemaAction_NewNativeElement
- FPCGEditorGraphSchemaAction_NewReroute
- FPCGEditorGraphSchemaAction_NewSettingsElement
- FPCGEditorGraphSchemaAction_NewSubgraphElement
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Schema/PCGEditorGraphSchemaActions.h | |||
FEdGraphSchemaAction
(
FText InNodeCategory, |
Schema/PCGEditorGraphSchemaActions.h | ||
virtual FText GetMenuDescriptionOverride() |
Schema/PCGEditorGraphSchemaActions.h | ||
void SetPaletteIcon
(
TSharedPtr< FSlateBrush >& InPaletteIcon |
Schema/PCGEditorGraphSchemaActions.h |
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateBrush const * GetPaletteIcon() |
Schema/PCGEditorGraphSchemaActions.h |