Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::MakeActionFromVariableDescription()
- URigVMEdGraphSchema::MakeActionFromVariableDescription()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual TSharedPtr< FEdGraphSchemaAction > MakeActionFromVariableDescription
&40;
const UEdGraph &42; InEdGraph,
const FBPVariableDescription & VariableDescription
&41; const
Remarks
Generates a graph schema action from a graph and a variable description. a shared pointer to the newly created action.
Parameters
| Name | Description |
|---|---|
| InGraph | The graph where the variable is located |
| VariableDescription | The description of the variable from which to generate the action |