Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::MakeActionFromVariableDescription()
|
Module |
|
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
Generates a graph schema action from a graph and a variable description.
a shared pointer to the newly created action.
Parameter |
Description |
---|---|
InGraph |
The graph where the variable is located |
VariableDescription |
The description of the variable from which to generate the action |