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