Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TimeHelpers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void MigrateFrameTimes
(
const IRetimingInterface& Retimer, |
MovieSceneTimeHelpers.h | ||
static void MigrateFrameTimes
(
FFrameRate SourceRate, |
Migrate the frame times of the movie scene from the source frame rate to the destination frame rate | MovieSceneTimeHelpers.h |
MigrateFrameTimes(const IRetimingInterface &, UMovieScene *, bool)
| Name | MigrateFrameTimes |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTimeHelpers.h |
| Include Path | #include "MovieSceneTimeHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneTimeHelpers.cpp |
static void MigrateFrameTimes
(
const IRetimingInterface & Retimer,
UMovieScene * MovieScene,
bool bApplyRecursively
)
MigrateFrameTimes(FFrameRate, FFrameRate, UMovieScene *, bool)
Description
Migrate the frame times of the movie scene from the source frame rate to the destination frame rate
| Name | MigrateFrameTimes |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTimeHelpers.h |
| Include Path | #include "MovieSceneTimeHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneTimeHelpers.cpp |
static void MigrateFrameTimes
(
FFrameRate SourceRate,
FFrameRate DestinationRate,
UMovieScene * MovieScene,
bool bApplyRecursively
)