Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | FRigVMEdGraphSchemaAction_PromoteToVariable |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
Syntax
USTRUCT ()
struct FRigVMEdGraphSchemaAction_PromoteToVariable : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FRigVMEdGraphSchemaAction_PromoteToVariable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraph/RigVMEdGraphSchema.h | |||
FRigVMEdGraphSchemaAction_PromoteToVariable
(
UEdGraphPin* InEdGraphPin, |
EdGraph/RigVMEdGraphSchema.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLocalVariable | bool | EdGraph/RigVMEdGraphSchema.h | ||
| EdGraphPin | UEdGraphPin * | EdGraph/RigVMEdGraphSchema.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
EdGraph/RigVMEdGraphSchema.h | ||
virtual bool IsA
(
const FName& InType |
EdGraph/RigVMEdGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
EdGraph/RigVMEdGraphSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
Simple type info. | EdGraph/RigVMEdGraphSchema.h |