Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Compilation
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
| Type | Name | Description | |
|---|---|---|---|
| ESectionEvaluationFlags | Flags | Evaluation flags for the section | |
| const UMovieSceneSection * | Section | The section that is to be evaluated | |
| int32 | TemplateIndex | The index of the template within the evaluation track |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneSectionData
(
const UMovieSceneSection* InSection, |
Constructor |