Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Sections > UMovieSceneSubSection
- UMovieSceneSection::GetSnapTimes()
- UMovieSceneSubSection::GetSnapTimes()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Sections/MovieSceneSubSection.h |
Include | #include "Sections/MovieSceneSubSection.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/Sections/MovieSceneSubSection.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 |