UK2Node::ReferencesVariable

Return whether this node references the specified variable, give the supplied scope.

Windows
MacOS
Linux

Override Hierarchy

UK2Node::ReferencesVariable()

UK2Node_Variable::ReferencesVariable()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h

Include

#include "K2Node.h"

Syntax

virtual bool ReferencesVariable
(
    const FName & InVarName,
    const UStruct * InScope
) const

Remarks

Return whether this node references the specified variable, give the supplied scope. Used when variable types are changed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss