Navigation
API > API/Editor > API/Editor/Sequencer
| Name | FOverlappingSections |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/SectionModel.h |
| Include Path | #include "MVVM/ViewModels/SectionModel.h" |
Syntax
struct FOverlappingSections
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Range | TRange< FFrameNumber > | The range for the overlap | MVVM/ViewModels/SectionModel.h | |
| Sections | TArray< TWeakPtr< FSectionModel > > | The sections that occupy this range, sorted by overlap priority | MVVM/ViewModels/SectionModel.h |