Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
An object that represents an acquired CPU-accessible camera image.
| Name | UGoogleARCoreCameraImage |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreCameraImage.h |
| Include Path | #include "GoogleARCoreCameraImage.h" |
Syntax
UCLASS (Blueprintable, BlueprintType)
class UGoogleARCoreCameraImage : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGoogleARCoreCameraImage
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~UGoogleARCoreCameraImage() |
GoogleARCoreCameraImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetHeight() |
Get the height of the image in pixels. | GoogleARCoreCameraImage.h |
|
int32 GetPlaneCount() |
Get the number of data planes in the image. | GoogleARCoreCameraImage.h |
|
const uint8 * GetPlaneData
(
int32 Plane, |
Get the raw image data of a given plane. | GoogleARCoreCameraImage.h | |
int32 GetWidth() |
Get the width of the image in pixels. | GoogleARCoreCameraImage.h |
|
void Release() |
Explicitly release the ARCore resources owned by this object. | GoogleARCoreCameraImage.h |
|