FGoogleARCoreCameraConfig

Camera configuration from ARCore.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FGoogleARCoreCameraConfig

Remarks

Camera configuration from ARCore.

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly

FString

 

CameraID

The id of the camera will be used in this CameraConfig.

Public variable UProperty Category BlueprintReadOnly

FIntPoint

 

CameraImageResolution

CPU-accessible camera image resolution.

Public variable UProperty Category BlueprintReadOnly

FIntPoint

 

CameraTextureResolution

Texture resolution for the camera image accessible to the graphics API and shaders.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FGoogleARCoreCameraConfig& O...
)

Comparison operator.

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