Navigation
API > API/Plugins > API/Plugins/GeometryCacheTracks > API/Plugins/GeometryCacheTracks/UMovieSceneGeometryCacheSection
- UMovieSceneSection::TrimSection()
- UMovieSceneGeometryCacheSection::TrimSection()
References
| Module | GeometryCacheTracks |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Classes/MovieSceneGeometryCacheSection.h |
| Include | #include "MovieSceneGeometryCacheSection.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Private/MovieSceneGeometryCacheSection.cpp |
virtual void TrimSection
&40;
FQualifiedFrameTime TrimTime,
bool bTrimLeft,
bool bDeleteKeys
&41;
Remarks
Trim a section at the trim time
Parameters
| Name | Description |
|---|---|
| TrimTime | The time at which to trim |
| bTrimLeft | Whether to trim left or right |
| bDeleteKeys | Delete keys outside the split ranges |