Navigation
API > API/Plugins > API/Plugins/TakeTrackRecorders > API/Plugins/TakeTrackRecorders/IMovieSceneTrackRecorderHost
Description
Returns original transform that may get set when recording a skeletal mesh animation. Needed to correctly transform attached children.
| Name | GetRecordedActorAnimationInitialRootTransform |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/IMovieSceneTrackRecorderHost.h |
| Include Path | #include "TrackRecorders/IMovieSceneTrackRecorderHost.h" |
FTransform GetRecordedActorAnimationInitialRootTransform
(
class AActor * OtherActor
) const
The FTransform applied to the actor when recording animation, that the attached actor may need to apply to themselves to orient correctly.
Parameters
| Name | Remarks |
|---|---|
| OtherActor | Actor to look for. |