Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/TrackEditors
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/SubTrackEditorBase.h |
| Include | #include "TrackEditors/SubTrackEditorBase.h" |
Syntax
class FSubSectionEditorUtil
Remarks
Utility class for editing (resize/slip) sub-sequence sections.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSubSectionEditorUtil
(
UMovieSceneSubSection& InSection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Starts a new dilate operation | ||
| void | Starts a resize operation | ||
| void | Starts a new slip operation | ||
| void | DilateSection
(
const TRange< FFrameNumber >& NewRange, |
Dilates the section | |
| FFrameNumber | ResizeSection
(
ESequencerSectionResizeMode ResizeMode, |
Resizes the section, returns the new resize time | |
| FFrameNumber | SlipSection
(
FFrameNumber SlipTime |
Slips the section, returns the new slip time |