Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual TSharedPtr < FEdGraphSchemaAction > MakeActionFromVariableDescription
(
const UEdGraph * InEdGraph,
const FBPVariableDescription & VariableDescription
) 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 |