Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FRigVMEdGraphSchemaAction_Event
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
Syntax
USTRUCT&40;&41;
struct FRigVMEdGraphSchemaAction_Event : public FEdGraphSchemaAction
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMEdGraphSchemaAction_Event
(
const FName& InEventName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Simple type info. |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBeRenamed () |
Returns true if the action can be renamed. | |
| FSlateBrush const * | Can be used to override the icon of the action in the palette. | ||
| FName | GetTypeId () |
||
| bool | Returns true if the action is of the given type. | ||
| bool | IsParentable () |
Whether or not this action can be parented to other actions of the same type. | |
| FReply | OnDoubleClick
(
UBlueprint* InBlueprint |
Performs a double click on the action |