Navigation
API > API/Plugins > API/Plugins/TakeRecorderSources > API/Plugins/TakeRecorderSources/UTakeRecorderActorSource
Description
Returns true if the other actor is also being recorded by the owning UTakeRecorderSources. Useful for checking if we're recording something we own is attached to.
Virtual Inheritance
- IMovieSceneTrackRecorderHost::IsOtherActorBeingRecorded → UTakeRecorderActorSource::IsOtherActorBeingRecorded
| Name | IsOtherActorBeingRecorded |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorderSources/Public/TakeRecorderActorSource.h |
| Include Path | #include "TakeRecorderActorSource.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorderSources/Private/TakeRecorderActorSource.cpp |
virtual bool IsOtherActorBeingRecorded
(
AActor * OtherActor
) const