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