UMovieSceneGeometryCacheSection::GetSnapTimes

Gets all snap times for this section

Windows
MacOS
Linux

Override Hierarchy

UMovieSceneSection::GetSnapTimes()

UMovieSceneGeometryCacheSection::GetSnapTimes()

References

Module

GeometryCacheTracks

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCacheTracks/Classes/MovieSceneGeometryCacheSection.h

Include

#include "MovieSceneGeometryCacheSection.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCacheTracks/Private/MovieSceneGeometryCacheSection.cpp

Syntax

virtual void GetSnapTimes
(
    TArray< FFrameNumber > & OutSnapTimes,
    bool bGetSectionBorders
) const

Remarks

Gets all snap times for this section

Parameters

Parameter

Description

OutSnapTimes

The array of times we will to output

bGetSectionBorders

Gets the section borders in addition to any custom snap times

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss