Navigation
Unreal Engine C++ API Reference > 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 GetFocalLength
&40;
float & OutFX,
float & OutFY
&41;
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. |