Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- FMovieSceneKeyStruct
- FMovieSceneColorKeyStruct
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h |
Include | #include "Sections/MovieSceneColorSection.h" |
Syntax
USTRUCT ()
struct FMovieSceneColorKeyStruct : public FMovieSceneKeyStruct
Remarks
Proxy structure for color section key data.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FLinearColor | Color | The key's color value. |
![]() |
FMovieSceneKeyStructHelper | KeyStructInterop | |
![]() ![]() ![]() |
FFrameNumber | Time | The key's time. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PropagateChanges
(
const FPropertyChangedEvent& ChangeEvent |