IMovieSceneTrackRecorderHost::GetRecordedActorAnimationInitialRootTransform

Returns original transform that may get set when recording a skeletal mesh animation.

Windows
MacOS
Linux

References

Module

TakeTrackRecorders

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/IMovieSceneTrackRecorderHost.h

Include

#include "TrackRecorders/IMovieSceneTrackRecorderHost.h"

Syntax

FTransform GetRecordedActorAnimationInitialRootTransform
(
    class AActor * OtherActor
) const

Remarks

Returns original transform that may get set when recording a skeletal mesh animation. Needed to correctly transform attached children.

Returns

The FTransform applied to the actor when recording animation, that the attached actor may need to apply to themselves to orient correctly.

Parameters

Parameter

Description

OtherActor

Actor to look for.

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