Navigation
API > API/Plugins > API/Plugins/GeometryCacheTracks > API/Plugins/GeometryCacheTracks/UMovieSceneGeometryCacheSection
- UMovieSceneSection::GetSnapTimes()
- UMovieSceneGeometryCacheSection::GetSnapTimes()
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 GetSnapTimes
&40;
TArray< FFrameNumber > & OutSnapTimes,
bool bGetSectionBorders
&41; const
Remarks
Gets all snap times for this section
Parameters
| Name | Description |
|---|---|
| OutSnapTimes | The array of times we will to output |
| bGetSectionBorders | Gets the section borders in addition to any custom snap times |