Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::MakeActionFromVariableDescription()
- URigVMEdGraphSchema::MakeActionFromVariableDescription()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
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 |