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