Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node
- UK2Node::ReplaceReferences()
- UK2Node_Variable::ReplaceReferences()
- UAnimGraphNode_Base::ReplaceReferences()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
| Include | #include "K2Node.h" |
virtual void ReplaceReferences
&40;
UBlueprint &42; InBlueprint,
UBlueprint &42; InReplacementBlueprint,
const FMemberReference & InSource,
const FMemberReference & InReplacement
&41;
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 |