FMovieSceneEvaluationTrackSegments

Structure that references a sorted array of segments by indirect identifiers

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationTrack.h"

Syntax

struct FMovieSceneEvaluationTrackSegments

Remarks

Structure that references a sorted array of segments by indirect identifiers

Functions

Name Description

Public function

FMovieSceneS...

 

Add

(
    FMovieSceneSegment&& In
)

Add a new segment to the container

Public function

TArrayView< ...

 

GetSorted()

Access the sorted array of segments

Public function Const

TArrayView< ...

 

GetSorted()

Access the sorted array of segments

Public function Const

int32

 

GetSortedIndex

Access the sorted index of the specified valid identifier

Public function Const

int32

 

Num()

Public function

void

 

Reset

(
    int32 ExpectedCapacity
)

Reset this container, invalidating any previously produced identifiers

Operators

Name Description

Public function Const

const FMovie...

 

operator[]

Index operator that allows lookup by ID

Public function

FMovieSceneS...

 

operator[]

Index operator that allows lookup by ID

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