FAnimationUtils::ExtractTransformForFrameFromTrackSafe

Extract specific frame from raw track and place in OutAtom (return identity if track is malformed)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationUtils.h

Include

#include "AnimationUtils.h"

Source

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

Syntax

static void ExtractTransformForFrameFromTrackSafe
(
    const FRawAnimSequenceTrack & RawTrack,
    int32 Frame,
    FTransform & OutAtom
)

Remarks

Extract specific frame from raw track and place in OutAtom (return identity if track is malformed)

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