UAnimSequence::ReplaceReferredAnimations

Replace this assets references to other animations based on ReplacementMap

Windows
MacOS
Linux

Override Hierarchy

UAnimationAsset::ReplaceReferredAnimations()

UAnimSequence::ReplaceReferredAnimations()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h

Include

#include "Animation/AnimSequence.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp

Syntax

virtual void ReplaceReferredAnimations
(
    const TMap< UAnimationAsset *, UAnimationAsset * > & ReplacementMap
)

Remarks

Replace this assets references to other animations based on ReplacementMap

Parameters

Parameter

Description

ReplacementMap

Mapping of original asset to new asset

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss