Navigation
API > API/Runtime > API/Runtime/MovieScene
Data structure supplied to segment blenders that includes information about the section
| Name | FMovieSceneSectionData |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneSegmentCompiler.h |
| Include Path | #include "Compilation/MovieSceneSegmentCompiler.h" |
Syntax
struct FMovieSceneSectionData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Compilation/MovieSceneSegmentCompiler.h | |||
FMovieSceneSectionData
(
const UMovieSceneSection* InSection, |
Constructor | Compilation/MovieSceneSegmentCompiler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | ESectionEvaluationFlags | Evaluation flags for the section | Compilation/MovieSceneSegmentCompiler.h | |
| Section | const UMovieSceneSection * | The section that is to be evaluated | Compilation/MovieSceneSegmentCompiler.h | |
| TemplateIndex | int32 | The index of the template within the evaluation track | Compilation/MovieSceneSegmentCompiler.h |