Navigation
API > API/Runtime > API/Runtime/MovieScene
Inheritance Hierarchy
- FMovieSceneKeyStruct
- FMovieSceneKeyTimeStruct
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStruct.h |
| Include | #include "MovieSceneKeyStruct.h" |
Syntax
USTRUCT ()
struct FMovieSceneKeyStruct
Remarks
Base class for movie scene section key structs that need to manually have their changes propagated to key values.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PropagateChanges
(
const FPropertyChangedEvent& ChangeEvent |
Propagate changes from this key structure to the corresponding key values. |