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 void ReplaceReferences ( [UBlueprint](API\Runtime\Engine\Engine\UBlueprint) * InBlueprint, [UBlueprint](API\Runtime\Engine\Engine\UBlueprint) * InReplacementBlueprint, const [FMemberReference](API\Runtime\Engine\Engine\FMemberReference) & InSource, const [FMemberReference](API\Runtime\Engine\Engine\FMemberReference) & InReplacement )
Remarks
Replace any member references of source with replacement
Parameters
Name | Description |
---|---|
InBlueprint | The blueprint that the source reference is from |
InReplacementBlueprint | The blueprint that the replacement reference is from |
InSource | The reference to be replaced |
InReplacement | The reference to replace with |