Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLiveLinkPropertyData | |||
| FLiveLinkPropertyKey | Helper struct for recording properties | ||
| FLiveLinkStructPropertyBindings | Manages bindings to keyed properties of LiveLink UStructs. | ||
| FLiveLinkSubSectionData | |||
| FLiveLinkTransformKeys | Data structure to handle buffering transform keys. Inspired from 3d Transform Track Recorder | ||
| FMovieSceneLiveLinkEnumHandler | |||
| FMovieSceneLiveLinkPropertyHandler | |||
| FMovieSceneLiveLinkTransformHandler | |||
| IMovieSceneLiveLinkPropertyHandler | Interface for live link property handlers (recording and evaluating) | ||
| UMovieSceneLiveLinkSection | A movie scene section for all live link recorded data | ||
| UMovieSceneLiveLinkSubSection | Base class to manage recording live link data structure properties If user specifics data need to be managed in a certain way, create your own sub section | ||
| UMovieSceneLiveLinkSubSectionAnimation | A LiveLinkSubSection managing array of transforms contained in the Animation Frame Data structure | ||
| UMovieSceneLiveLinkSubSectionBasicRole | A LiveLinkSubSection managing special properties of the BasicRole | ||
| UMovieSceneLiveLinkSubSectionProperties | A LiveLinkSubSection managing properties marked as Interp in the data struct associated with the subject role | ||
| UMovieSceneLiveLinkTrack | A track for animating FMoveSceneLiveLinkTrack properties. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MovieSceneLiveLinkSectionUtils::CreateChannelEditor
(
const FText& InDisplayName, |
Add a channel with editor data filled out. |