Navigation
Unreal Engine C++ API Reference > 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
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. |
Overridden from FMovieSceneKeyStruct
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PropagateChanges
(
const FPropertyChangedEvent& ChangeEvent |
Propagate changes from this key structure to the corresponding key values. |