Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UBlendSpace
- UAnimationAsset::ReplaceReferredAnimations()
- UBlendSpace::ReplaceReferredAnimations()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include | #include "Animation/BlendSpace.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp |
virtual void ReplaceReferredAnimations
(
const TMap < UAnimationAsset *, UAnimationAsset * > & ReplacementMap
)
Remarks
Replace this assets references to other animations based on ReplacementMap
Parameters
| Name | Description |
|---|---|
| ReplacementMap | Mapping of original asset to new asset |