Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node
Description
Return whether this node references the specified variable, give the supplied scope. Used when variable types are changed.
Derived Overrides
| Name | ReferencesVariable |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
| Include Path | #include "K2Node.h" |
virtual bool ReferencesVariable
(
const FName & InVarName,
const UStruct * InScope
) const