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 (BlueprintPure, Category="GoogleARCore|CameraIntrinsics")
void GetFocalLength
(
float & OutFX,
float & OutFY
)
Remarks
Get the focal length in pixels.
Parameters
| Name | Description |
|---|---|
| OutFX | The focal length on the X axis. |
| OutFY | The focal length on the Y axis. |