Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene
Inheritance Hierarchy
- IMovieSceneLiveLinkPropertyHandler
- FMovieSceneLiveLinkTransformHandler
References
Module | LiveLinkMovieScene |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkTransformHandler.h |
Include | #include "MovieScene/MovieSceneLiveLinkTransformHandler.h" |
Syntax
class FMovieSceneLiveLinkTransformHandler : public IMovieSceneLiveLinkPropertyHandler
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FLiveLinkTransformKeys > | BufferedTransformsPerElement | Buffer of transform keys. Keys are inserted into tracks in FinalizeTrack() |
![]() |
int32 | ElementCount | Number of elements to record each frame |
![]() |
FLiveLinkStructPropertyBindings | PropertyBinding | Binding for this property |
![]() |
FLiveLinkPropertyData * | PropertyStorage | Channel storage for this property |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMovieSceneLiveLinkTransformHandler
(
const FLiveLinkStructPropertyBindings& InBinding, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Overridden from IMovieSceneLiveLinkPropertyHandler
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, |