Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationKey.h |
| Include | #include "Evaluation/MovieSceneEvaluationKey.h" |
Syntax
struct FMovieSceneEvaluationKey
Remarks
Keyable struct that represents a particular entity within an evaluation template (either a section/template or a track)
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | SectionIndex | Index of the section template within the track this key relates to (or -1 where this key relates to a track) | |
| FMovieSceneSequenceID | SequenceID | ID of the sequence that the entity is contained within | |
| FMovieSceneTrackIdentifier | TrackIdentifier | ID of the track this key relates to |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default construction to an invalid key | |||
FMovieSceneEvaluationKey
(
FMovieSceneSequenceIDRef InSequenceID, |
User construction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneEvaluationKey | AsSection
(
uint32 InSectionIdentifier |
Derive a new key from this one using the specified section identifier | |
| FMovieSceneEvaluationKey | AsTrack () |
Convert this key into a track key | |
| bool | IsValid () |
Check whether this key is valid | |
| bool | Custom serialized to reduce memory footprint |