Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene
Inheritance Hierarchy
- IMovieSceneLiveLinkPropertyHandler
- FMovieSceneLiveLinkEnumHandler
- FMovieSceneLiveLinkPropertyHandler
- FMovieSceneLiveLinkTransformHandler
References
Module | LiveLinkMovieScene |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/IMovieSceneLiveLinkPropertyHandler.h |
Include | #include "MovieScene/IMovieSceneLiveLinkPropertyHandler.h" |
Syntax
class IMovieSceneLiveLinkPropertyHandler
Remarks
Interface for live link property handlers (recording and evaluating)
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | CreateChannels
(
const UScriptStruct& InStruct, |
Methods used when creating the tracks and filling the channels |
![]() |
void | FillFrame
(
int32 InKeyIndex, |
|
![]() |
void | FillFrameInterpolated
(
const FFrameTime& InFrameTime, |
|
![]() |
void | Finalize
(
bool bInReduceKeys, |
|
![]() |
void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track |
![]() |
void | RecordFrame
(
const FFrameNumber& InFrameNumber, |