AMRIFrameCaptureCamera::ReadPixels¶
Class: AMRIFrameCaptureCamera
Reads the most recently captured frame into a pixel array.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
bitMap |
TArray< FColor > & |
Output array filled with RGBA pixel data. |
Return Value¶
true if pixels were read successfully.
Remarks¶
bitMap Output array filled with RGBA pixel data. true if pixels were read successfully.