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