Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase > API/Plugins/GoogleARCoreBase/UGoogleARCoreCameraIntrinsics
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 |
UFUNCTION&40;BlueprintPure, Category&61;"GoogleARCore&124;CameraIntrinsics"&41;
void GetPrincipalPoint
&40;
float & OutCX,
float & OutCY
&41;
Remarks
Get the principal point in pixels.
Parameters
| Name | Description |
|---|---|
| OutCX | The principle point on the X axis. |
| OutCY | The principle point the Y axis. |