UAnimCompositeBase::ExtractRootMotionFromTrack

Extracts root motion from the supplied [FAnimTrack](API\Runtime\Engine\Animation\FAnimTrack) between the Start End range specified.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimCompositeBase.h"

Source

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

Syntax

void ExtractRootMotionFromTrack
(
    const FAnimTrack & SlotAnimTrack,
    float StartTrackPosition,
    float EndTrackPosition,
    FRootMotionMovementParams & RootMotion
) const

Remarks

Extracts root motion from the supplied FAnimTrack between the Start End range specified.

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