Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_Variable
- UK2Node::ReplaceReferences()
- UK2Node_Variable::ReplaceReferences()
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 * InBlueprint,
UBlueprint * InReplacementBlueprint,
const FMemberReference & InSource,
const 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 |