ELuminFrameTimingHint

Windows
MacOS
Linux

References

Module

LuminRuntimeSettings

Header

/Engine/Source/Runtime/Lumin/LuminRuntimeSettings/Classes/LuminRuntimeSettings.h

Include

#include "LuminRuntimeSettings.h"

Syntax

enum ELuminFrameTimingHint
{
    Unspecified,
    Maximum,
    FPS_60,
    FPS_120,
}

Values

Name

Description

Unspecified

Default rate is unspecified, adjusted based on system conditions.

Maximum

Run at the maximum rate allowed by the system.

FPS_60

Run at a specified rate of 60Hz (i.e. one frame every ~16.67 ms).

FPS_120

Run at a specified rate of 120Hz (i.e. one frame every ~8.33 ms).

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