Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStructHelper.h |
| Include | #include "MovieSceneKeyStructHelper.h" |
Syntax
struct FMovieSceneKeyStructHelper
Remarks
Helper class that marshals user-facing data from an edit UI into particluar keys on various underlying channels
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default construction | |||
| Non-copyable |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
FMovieSceneChannelValueHelper&& InHelper |
Add a particular key value to this helper that should be applied when the edit UI is committed | |
| void | Apply
(
FFrameNumber InUnifiedTime |
Propagate the user-facing UI values to the keys that are being represented in this class | |
| TOptional< FFrameNumber > | Get unified starting time that should be shown on the UI | ||
| void | Set the user facing values on the UI based on the unified starting time |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneKeyStructHelper & | operator=
(
const FMovieSceneKeyStructHelper& |