Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/MovieSceneToolHelpers
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h |
| Include | #include "MovieSceneToolHelpers.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp |
static void TrimOrExtendSection
&40;
UMovieSceneTrack &42; Track,
TOptional< int32 > RowIndex,
FQualifiedFrameTime Time,
bool bTrimOrExtendLeft,
bool bDeleteKeys
&41;
Remarks
Trim or extend section at the given time
Parameters
| Name | Description |
|---|---|
| Track | The track that contains the sections to trim |
| RowIndex | Optional row index to trim, otherwise trims sections with all row indices |
| Time | The time at which to trim |
| bTrimOrExtendleft | Trim or extend left or right |
| bDeleteKeys | Delete keys outside the split ranges |