FMovieSceneTemplateGenerationLedger

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTemplate.h

Include

#include "Evaluation/MovieSceneEvaluationTemplate.h"

Syntax

struct FMovieSceneTemplateGenerationLedger

Variables

Name Description

Public variable

FMovieSceneTrac...

 

LastTrackIdentifier

Public variable

TMap< FGuid, FM...

 

SubSectionRanges

Map of sub section ranges that exist in a template

Public variable

TMap< FGuid, FM...

 

TrackSignatureToTrackIdentifier

Map of track signature to array of track identifiers that it created

Functions

Name Description

Public function

void

 

AddTrack

(
    const FGuid& InSignature,
    FMovieSceneTrackIdentifier Identifi...
)

Add a new track for the specified signature. Signature must not have already been used

Public function

bool

 

ContainsSubSection

(
    const FGuid& InSignature
)

Check whether we already have a sub section for the specified signature

Public function Const

FMovieSceneT...

 

FindTrack

(
    const FGuid& InSignature
)

Lookup a track identifier by its originating signature

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss