Navigation
API > API/Plugins > API/Plugins/LiveLinkSequencer
Inheritance Hierarchy
- IModularFeature
- IMovieSceneTrackRecorderFactory
- FMovieSceneLiveLinkControllerMapTrackRecorderFactory
References
| Module | LiveLinkSequencer |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkSequencer/Public/MovieSceneLiveLinkControllerMapTrackRecorder.h |
| Include | #include "MovieSceneLiveLinkControllerMapTrackRecorder.h" |
Syntax
class FMovieSceneLiveLinkControllerMapTrackRecorderFactory : public IMovieSceneTrackRecorderFactory
Remarks
Movie Scene track recorder factory for the LiveLink Component's Controller Map
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IMovieSceneTrackRecorderFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanRecordObject
(
UObject* InObjectToRecord |
Check whether an object can be recorded by this section recorder. | |
| bool | CanRecordProperty
(
UObject* InObjectToRecord, |
Check whether or not the specific property on the given object can be recorded. | |
| UMovieSceneTrackRecorder * | Create a track recorder for this factory. | ||
| UMovieSceneTrackRecorder * | CreateTrackRecorderForProperty
(
UObject* InObjectToRecord, |
Create a track recorder for this factory. | |
| FText | Get the human readable display name for the recorder. |