IMovieSceneTrackRecorderHost::IsOtherActorBeingRecorded

Is the specified actor part of the current recording? This allows us to do some discovery for attachments and hierarchies.

Windows
MacOS
Linux

References

Module

TakeTrackRecorders

Header

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

Include

#include "TrackRecorders/IMovieSceneTrackRecorderHost.h"

Syntax

bool IsOtherActorBeingRecorded
(
    class AActor * OtherActor
) const

Remarks

Is the specified actor part of the current recording? This allows us to do some discovery for attachments and hierarchies.

Returns

True if the specified actor is being recorded by another source.

Parameters

Parameter

Description

OtherActor

Actor to check

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