Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FRigVMEdGraphSchemaAction_PromoteToVariable
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_PromoteToVariable : public FEdGraphSchemaAction
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMEdGraphSchemaAction_PromoteToVariable
(
UEdGraphPin* InEdGraphPin, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Simple type info. |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| FName | GetTypeId () |
||
| bool | Returns true if the action is of the given type. | ||
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |