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