Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene
Inheritance Hierarchy
- IMovieSceneLiveLinkPropertyHandler
- FMovieSceneLiveLinkEnumHandler
References
| Module | LiveLinkMovieScene |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkEnumHandler.h |
| Include | #include "MovieScene/MovieSceneLiveLinkEnumHandler.h" |
Syntax
class FMovieSceneLiveLinkEnumHandler : public IMovieSceneLiveLinkPropertyHandler
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ElementCount | Number of elements to record each frame | |
| TArray< TArray< FLiveLinkPropertyKey< int64 > > > | Keys | Enum property value are interacted as int64. | |
| FLiveLinkStructPropertyBindings | PropertyBinding | Binding for this property | |
| FLiveLinkPropertyData * | PropertyStorage | Channel storage for this property |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneLiveLinkEnumHandler
(
const FLiveLinkStructPropertyBindings& InBinding, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int64 | GetChannelValue
(
int32 InKeyIndex, |
||
| int64 | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
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, |