Navigation
API > API/Runtime > API/Runtime/Engine
Dummy action, useful for putting messages in the menu
| Name | FEdGraphSchemaAction_Dummy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FEdGraphSchemaAction_Dummy : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FEdGraphSchemaAction_Dummy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraph/EdGraphSchema.h | |||
FEdGraphSchemaAction_Dummy
(
FText InNodeCategory, |
EdGraph/EdGraphSchema.h |
Functions
Public
Public Virtual
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeRenamed() |
Returns true if the action can be renamed. | EdGraph/EdGraphSchema.h | |
virtual FName GetTypeId() |
EdGraph/EdGraphSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
EdGraph/EdGraphSchema.h |