UGoogleARCoreCameraImage::GetPlaneData

Get the raw image data of a given plane.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreCameraImage.h

Include

#include "GoogleARCoreCameraImage.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreCameraImage.cpp

Syntax

uint8 * GetPlaneData
(
    int32 Plane,
    int32 & PixelStride,
    int32 & RowStride,
    int32 & DataLength
)

Remarks

Get the raw image data of a given plane.

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