Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene
Inheritance Hierarchy
- IMovieSceneLiveLinkPropertyHandler
- FMovieSceneLiveLinkPropertyHandler
References
| Module | LiveLinkMovieScene |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkPropertyHandler.h |
| Include | #include "MovieScene/MovieSceneLiveLinkPropertyHandler.h" |
Syntax
template<typename PropertyType>
class FMovieSceneLiveLinkPropertyHandler : public IMovieSceneLiveLinkPropertyHandler
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ElementCount | Number of elements to record each frame | |
| TArray< TArray< FLiveLinkPropertyKey< PropertyType > > > | Keys | The keys that are being recorded | |
| FLiveLinkStructPropertyBindings | PropertyBinding | Binding for this property | |
| FLiveLinkPropertyData * | PropertyStorage | Channel storage for this property |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneLiveLinkPropertyHandler
(
const FLiveLinkStructPropertyBindings& InBinding, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetChannelValue
(
int32 InKeyIndex, |
||
| FColor | GetChannelValue
(
int32 InKeyIndex, |
||
| FVector | GetChannelValue
(
int32 InKeyIndex, |
||
| uint8 | GetChannelValue
(
int32 InKeyIndex, |
||
| float | GetChannelValue
(
int32 InKeyIndex, |
||
| int32 | GetChannelValue
(
int32 InKeyIndex, |
||
| PropertyType | GetChannelValue
(
int32 InKeyIndex, |
||
| FString | GetChannelValue
(
int32 InKeyIndex, |
||
| FColor | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
||
| FVector | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
||
| uint8 | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
||
| FString | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
||
| bool | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
||
| float | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
||
| PropertyType | GetChannelValueInterpolated
(
const FFrameTime& InFrameTime, |
||
| int32 | 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 | CreateChannels
(
const UScriptStruct& InStruct, |
Methods used when creating the tracks and filling the channels | |
| void | CreateChannels
(
const UScriptStruct& InStruct, |
Methods used when creating the tracks and filling the channels | |
| void | CreateChannels
(
const UScriptStruct& InStruct, |
Methods used when creating the tracks and filling the channels | |
| void | CreateChannels
(
const UScriptStruct& InStruct, |
Methods used when creating the tracks and filling the channels | |
| void | CreateChannels
(
const UScriptStruct& InStruct, |
Methods used when creating the tracks and filling the channels | |
| void | CreateChannels
(
const UScriptStruct& InStruct, |
Methods used when creating the tracks and filling the channels | |
| 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 | Finalize
(
bool bInReduceKeys, |
||
| void | Finalize
(
bool bInReduceKeys, |
||
| void | Finalize
(
bool bInReduceKeys, |
||
| void | Finalize
(
bool bInReduceKeys, |
||
| void | Finalize
(
bool bInReduceKeys, |
||
| void | Finalize
(
bool bInReduceKeys, |
||
| void | Finalize
(
bool bInReduceKeys, |
||
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | InitializeFromExistingChannels
(
const UScriptStruct& InStruct |
Methods used when playing back a track | |
| void | RecordFrame
(
const FFrameNumber& InFrameNumber, |