Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneLiveLinkSection
References
Module | LiveLinkMovieScene |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkSection.h |
Include | #include "MovieScene/MovieSceneLiveLinkSection.h" |
Syntax
UCLASS&40;&41;
class UMovieSceneLiveLinkSection : public UMovieSceneSection
Remarks
A movie scene section for all live link recorded data
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TArray< bool > | ChannelMask | Channels that we may not send to live link or they are sent but not priority (MattH to do). |
![]() |
TSharedPtr< FLiveLinkStaticDataStruct > | StaticData | |
![]() ![]() |
FLiveLinkSubjectPreset | SubjectPreset | |
![]() ![]() |
TArray< TObjectPtr< UMovieSceneLiveLinkSubSection > > | SubSections |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneLiveLinkSection
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | Called when first created. Creates the channels required to represent this section | |
![]() ![]() ![]() |
FMovieSceneEvalTemplatePtr | CreateSectionTemplate
(
const UMovieScenePropertyTrack& InTrack |
|
![]() |
void | FinalizeSection
(
bool bReduceKeys, |
|
![]() ![]() ![]() |
int32 | ||
![]() ![]() |
TArray< TSubclassOf< UMovieSceneLiveLinkSection > > | GetMovieSectionForRole
(
const TSubclassOf< ULiveLinkRole >& RoleToSupport |
|
![]() |
void | Initialize
(
const FLiveLinkSubjectPreset& SubjectPreset, |
|
![]() |
void | RecordFrame
(
FFrameNumber InFrameNumber, |
|
![]() |
void | ||
![]() |
void | SetSubjectName
(
const FName& InSubjectName |
|
![]() |
void | Called during loading. |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Modify
(
bool bAlwaysMarkDirty |
Note that the object will be modified. |
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
![]() ![]() |
void | Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization | |
![]() ![]() |
void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
![]() ![]() |
void | Handles reading, writing, and reference collecting using FArchive. |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TArray< FName > | CurveNames_DEPRECATED | |
![]() ![]() |
TArray< FMovieSceneFloatChannel > | PropertyFloatChannels_DEPRECATED | |
![]() ![]() |
FLiveLinkRefSkeleton | RefSkeleton_DEPRECATED | |
![]() ![]() |
FName | SubjectName_DEPRECATED | |
![]() ![]() |
FLiveLinkFrameData | TemplateToPush_DEPRECATED |