UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MovieSceneTimeUnit.h File Reference
#include "MovieSceneTimeUnit.generated.h"

Go to the source code of this file.

Enumerations

enum class  EMovieSceneTimeUnit : uint8 { DisplayRate , TickResolution }
 

Enumeration Type Documentation

◆ EMovieSceneTimeUnit

enum class EMovieSceneTimeUnit : uint8
strong

Specifies which frame of reference you want to set/get time values in. This allows users to work in reference space without having to manually convert back and forth all of the time.

Enumerator
DisplayRate 

Display Rate matches the values shown in the UI such as 30fps giving you 30 frames per second. Supports sub-frame values (precision limited to Tick Resolution)

TickResolution 

Tick Resolution is the internal resolution that data is actually stored in, such as 24000 giving you 24,000 frames per second. This is the smallest interval that data can be stored on.