Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationKey.h |
Include |
#include "Evaluation/MovieSceneEvaluationKey.h" |
struct FMovieSceneEvaluationKey
Keyable struct that represents a particular entity within an evaluation template (either a section/template or a track)
Name | Description | ||
---|---|---|---|
|
SectionIndex |
Index of the section template within the track this key relates to (or -1 where this key relates to a track) |
|
|
SequenceID |
ID of the sequence that the entity is contained within |
|
|
TrackIdentifier |
ID of the track this key relates to |
Name | Description | |
---|---|---|
|
FMovieSceneEvaluationKey() |
Default construction to an invalid key |
|
FMovieSceneEvaluationKey ( |
User construction |
Name | Description | ||
---|---|---|---|
|
FMovieSceneE... |
AsSection ( |
Derive a new key from this one using the specified section identifier |
|
FMovieSceneE... |
AsTrack() |
Convert this key into a track key |
|
IsValid() |
Check whether this key is valid |
|
|
Serialize ( |
Custom serialized to reduce memory footprint |