Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTemplate.h |
Include | #include "Evaluation/MovieSceneEvaluationTemplate.h" |
Syntax
struct FMovieSceneTemplateGenerationLedger
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FMovieSceneTrackIdentifier | LastTrackIdentifier | |
![]() |
TMap< FGuid, FMovieSceneFrameRange > | SubSectionRanges | Map of sub section ranges that exist in a template |
![]() |
TMap< FGuid, FMovieSceneTrackIdentifier > | TrackSignatureToTrackIdentifier | Map of track signature to array of track identifiers that it created |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddTrack
(
const FGuid& InSignature, |
Add a new track for the specified signature. Signature must not have already been used |
![]() |
bool | ContainsSubSection
(
const FGuid& InSignature |
Check whether we already have a sub section for the specified signature |
![]() ![]() |
FMovieSceneTrackIdentifier | FindTrackIdentifier
(
const FGuid& InSignature |
Lookup a track identifier by its originating signature |