Navigation
API > API/Plugins > API/Plugins/RigVMEditor
Action to promote a pin to a variable
| Name | FRigVMAction_PromoteVariable |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/SRigVMActionMenu.cpp |
| Include Path | #include "Editor/SRigVMActionMenu.cpp" |
Syntax
USTRUCT ()
struct FRigVMAction_PromoteVariable : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FRigVMAction_PromoteVariable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMAction_PromoteVariable
(
bool bInToMemberVariable |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |