Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::GetLocalVariables()
- URigVMEdGraphSchema::GetLocalVariables()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool GetLocalVariables
&40;
const UEdGraph &42; InGraph,
TArray< FBPVariableDescription > & OutLocalVariables
&41; const
Remarks
Returns the local variables related to the graph. true if the graph can contain local variables (even if it has no local variables)
Parameters
| Name | Description |
|---|---|
| InGraph | The graph where to look for local variables |
| OutLocalVariables | The local variables found in the graph |