EGoogleARCoreCameraFPS

Describes the target FPS of the ARCore camera.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreCameraFPS
{
    FPS_Any    = 0,
    FPS_30     = 1 << 0,
    FPS_60     = 1 << 1,
}

Values

Name

Description

FPS_Any

Targeting any FPS.

FPS_30

Targeting 30 FPS.

FPS_60

Targeting 60 FPS.

Remarks

Describes the target FPS of the ARCore camera.

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