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