UGoogleARCoreCameraIntrinsics::GetPrincipalPoint

Get the principal point in pixels.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreCameraIntrinsics.h

Include

#include "GoogleARCoreCameraIntrinsics.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreCameraIntrinsics.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="GoogleARCore|CameraIntrinsics")
void GetPrincipalPoint
(
    float & OutCX,
    float & OutCY
)

Remarks

Get the principal point in pixels.

Parameters

Parameter

Description

OutCX

The principle point on the X axis.

OutCY

The principle point the Y axis.

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