Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::GetLocalVariables()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
virtual bool GetLocalVariables
(
const UEdGraph * InGraph,
TArray< FBPVariableDescription > & OutLocalVariables
) const
Returns the local variables related to the graph.
true if the graph can contain local variables (even if it has no local variables)
Parameter |
Description |
---|---|
InGraph |
The graph where to look for local variables |
OutLocalVariables |
The local variables found in the graph |