UGoogleARCoreCameraIntrinsics

An object wrapping the ArCameraIntrinsics data from the ARCore SDK.

Windows
MacOS
Linux

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](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType)
class UGoogleARCoreCameraIntrinsics : public UObject

Remarks

An object wrapping the ArCameraIntrinsics data from the ARCore SDK.

Destructors

Functions

Name Description

Public function UFunction BlueprintPure, Category

void

 

GetFocalLength

(
    float& OutFX,
    float& OutFY
)

Get the focal length in pixels.

Public function UFunction BlueprintPure, Category

void

 

GetImageDimensions

(
    int32& OutWidth,
    int32& OutHeight
)

Get the image's width and height in pixels.

Public function UFunction BlueprintPure, Category

void

 

GetPrincipalPoint

(
    float& OutCX,
    float& OutCY
)

Get the principal point in pixels.

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