Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Sequencer
Inheritance Hierarchy
- ISequencerSection
- TSharedFromThis
- FChaosCacheSection
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Sequencer/ChaosCacheTrackEditor.h |
| Include | #include "Sequencer/ChaosCacheTrackEditor.h" |
Syntax
class FChaosCacheSection :
public ISequencerSection,
public TSharedFromThis< FChaosCacheSection >
Remarks
Chaos cache sequencer section
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosCacheSection
(
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 |