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 GetImageDimensions
&40;
int32 & OutWidth,
int32 & OutHeight
&41;
Remarks
Get the image's width and height in pixels.
Parameters
| Name | Description |
|---|---|
| OutWidth | The width. |
| OutHeight | The height. |