Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_Base
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 ( [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 |