Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
An object wrapping the ArCameraIntrinsics data from the ARCore SDK.
| Name | UGoogleARCoreCameraIntrinsics |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreCameraIntrinsics.h |
| Include Path | #include "GoogleARCoreCameraIntrinsics.h" |
Syntax
UCLASS (BlueprintType)
class UGoogleARCoreCameraIntrinsics : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGoogleARCoreCameraIntrinsics
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraIntrinsics | FARCameraIntrinsics | GoogleARCoreCameraIntrinsics.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetFocalLength
(
float& OutFX, |
Get the focal length in pixels. | GoogleARCoreCameraIntrinsics.h |
|
void GetImageDimensions
(
int32& OutWidth, |
Get the image's width and height in pixels. | GoogleARCoreCameraIntrinsics.h |
|
void GetPrincipalPoint
(
float& OutCX, |
Get the principal point in pixels. | GoogleARCoreCameraIntrinsics.h |
|
void SetCameraIntrinsics
(
const FARCameraIntrinsics& InCameraIntrinsics |
GoogleARCoreCameraIntrinsics.h |