FMovieSceneSectionData

Data structure supplied to segment blenders that includes information about the section

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneSegmentCompiler.h

Include

#include "Compilation/MovieSceneSegmentCompiler.h"

Syntax

struct FMovieSceneSectionData

Remarks

Data structure supplied to segment blenders that includes information about the section

Variables

Name Description

Public variable

ESectionEvaluat...

 

Flags

Evaluation flags for the section

Public variable

const UMovieSce...

 

Section

The section that is to be evaluated

Public variable

int32

 

TemplateIndex

The index of the template within the evaluation track

Constructors

Name Description

Public function

FMovieSceneSectionData

(
    const UMovieSceneSection* InSe...,
    int32 InTemplateIndex,
    ESectionEvaluationFlags InFlags
)

Constructor

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