EGoogleARCoreCameraFacing

Describes the orientation of the selected camera relative to the device display.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreCameraFacing
{
    None     = 0,
    Back     = 1,
    Front    = 2,
}

Values

Name

Description

None

Back

Camera facing away from user.

Front

Camera facing towards user.

Remarks

Describes the orientation of the selected camera relative to the device display.

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