Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
Camera configuration from ARCore.
| Name | FGoogleARCoreCameraConfig |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h |
| Include Path | #include "GoogleARCoreTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FGoogleARCoreCameraConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGoogleARCoreCameraConfig() |
Below are for internal use only | GoogleARCoreTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraFacing | EGoogleARCoreCameraFacing | GoogleARCoreTypes.h | ||
| CameraID | FString | The id of the camera will be used in this CameraConfig. | GoogleARCoreTypes.h |
|
| CameraImageResolution | FIntPoint | CPU-accessible camera image resolution. | GoogleARCoreTypes.h |
|
| CameraTextureResolution | FIntPoint | Texture resolution for the camera image accessible to the graphics API and shaders. | GoogleARCoreTypes.h |
|
| DepthSensorUsage | int32 | The desired depth sensor usage of the camera. | GoogleARCoreTypes.h |
|
| TargetFPS | int32 | The target FPS of the camera. | GoogleARCoreTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetMaxFPS() |
GoogleARCoreTypes.h | ||
bool IsCompatibleWith
(
const FGoogleARCoreCameraConfig& OtherConfig |
GoogleARCoreTypes.h | ||
void SetMaxFPS
(
int32 MaxFPS |
GoogleARCoreTypes.h | ||
FString ToLogString() |
GoogleARCoreTypes.h |