UEdGraphSchema::GetLocalVariables

Returns the local variables related to the graph.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::GetLocalVariables()

UControlRigGraphSchema::GetLocalVariables()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool GetLocalVariables
(
    const UEdGraph * InGraph,
    TArray< FBPVariableDescription > & OutLocalVariables
) const

Remarks

Returns the local variables related to the graph.

Returns

true if the graph can contain local variables (even if it has no local variables)

Parameters

Parameter

Description

InGraph

The graph where to look for local variables

OutLocalVariables

The local variables found in the graph