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