Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::GetLocalVariables()
- URigVMEdGraphSchema::GetLocalVariables()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
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 |