Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_Variable
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Variable.h |
Include | #include "K2Node_Variable.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_Variable.cpp |
virtual bool ReferencesVariable ( const [FName](API\Runtime\Core\UObject\FName) & InVarName, const [UStruct](API\Runtime\CoreUObject\UObject\UStruct) * InScope ) const
Remarks
Return whether this node references the specified variable, give the supplied scope. Used when variable types are changed.