FMovieSceneSegment

Information about a single segment of an evaluation track

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneSegment.h"

Syntax

struct FMovieSceneSegment

Remarks

Information about a single segment of an evaluation track

Variables

Name Description

Public variable

bool

 

bAllowEmpty

Whether this segment has been generated yet or not

Public variable

FMovieSceneSegm...

 

ID

Public variable

TArray< FSectio...

 

Impls

Array of implementations that reside at the segment's range

Public variable

TRange< FFrameN...

 

Range

The segment's range

Constructors

Name Description

Public function

FMovieSceneSegment()

Public function

FMovieSceneSegment

(
    const TRange< FFrameNumber >& InRa...
)

Public function

FMovieSceneSegment

(
    const TRange< FFrameNumber >& InRa...,
    TArrayView< const FSectionEvaluatio...
)

Public function

FMovieSceneSegment

(
    const TRange< FFrameNumber >& InRa...,
    std::initializer_list< FSectionEval...
)

Functions

Name Description

Public function

bool

 

CombineWith

(
    const FMovieSceneSegment& OtherSeg...
)

Public function Const

bool

 

IsValid()

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Custom serializer to accomodate the inline allocator on our array

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