Navigation
API > API/Plugins > API/Plugins/GeometryCacheSequencer
Inheritance Hierarchy
- IMeshSectionData
- ISequencerSection
- TSharedFromThis
- FGeometryCacheSection
References
| Module | GeometryCacheSequencer |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.h |
| Include | #include "GeometryCacheTrackEditor.h" |
Syntax
class FGeometryCacheSection :
public IMeshSectionData,
public ISequencerSection,
public TSharedFromThis< FGeometryCacheSection >
Remarks
Class for animation sections
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryCacheSection
(
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 |