Navigation
API > API/Plugins > API/Plugins/LiveLinkSequencer
Abstract based for movie scene track recorders that can record LiveLink Controllers
| Name | UMovieSceneLiveLinkControllerTrackRecorder |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkSequencer/Public/MovieSceneLiveLinkControllerTrackRecorder.h |
| Include Path | #include "MovieSceneLiveLinkControllerTrackRecorder.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UMovieSceneLiveLinkControllerTrackRecorder : public UMovieSceneTrackRecorder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneTrackRecorder → UMovieSceneLiveLinkControllerTrackRecorder
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsLiveLinkControllerSupported
(
const TSubclassOf< ULiveLinkControllerBase >& ControllerToSupport |
Returns true if this track recorder class supports the input LiveLink controller class, false otherwise | MovieSceneLiveLinkControllerTrackRecorder.h | |
void SetLiveLinkController
(
ULiveLinkControllerBase* InLiveLinkController |
Set the LiveLink controller object that this track recorder will record properties from | MovieSceneLiveLinkControllerTrackRecorder.h |