Navigation
API > API/Plugins > API/Plugins/GeometryCollectionSequencer
Inheritance Hierarchy
- ISequencerSection
- TSharedFromThis
- FGeometryCollectionTrackSection
References
| Module | GeometryCollectionSequencer |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Public/GeometryCollectionTrackEditor.h |
| Include | #include "GeometryCollectionTrackEditor.h" |
Syntax
class FGeometryCollectionTrackSection :
public ISequencerSection,
public TSharedFromThis< FGeometryCollectionTrackSection >
Remarks
Class for animation sections
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryCollectionTrackSection
(
UMovieSceneSection& InSection, |
Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Overridden from ISequencerSection
| Type | Name | Description | |
|---|---|---|---|
| void | Dilation starts with a drag operation | ||
| void | Resize the section | ||
| void | Slips the section by a specific factor | ||
| void | DilateSection
(
const TRange< FFrameNumber >& NewRange, |
New Range that's set as we Dilate | |
| float | |||
| UMovieSceneSection * | The MovieSceneSection data being visualized | ||
| FText | |||
| int32 | OnPaintSection
(
FSequencerSectionPainter& InPainter |
Called when the section should be painted | |
| void | ResizeSection
(
ESequencerSectionResizeMode ResizeMode, |
||
| void | SlipSection
(
FFrameNumber SlipTime |