UGoogleARCoreCameraIntrinsics::GetImageDimensions

Get the image's width and height 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 GetImageDimensions
(
    int32 & OutWidth,
    int32 & OutHeight
)

Remarks

Get the image's width and height in pixels.

Parameters

Parameter

Description

OutWidth

The width.

OutHeight

The height.

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