Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
- UK2Node::ReplaceReferences()
- UAnimGraphNode_Base::ReplaceReferences()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
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 |