Navigation
API > API/Plugins > API/Plugins/PixelCapture
Buffer Template for defining frame data.
| Name | IPixelCaptureBuffer |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureBuffer.h |
| Include Path | #include "IPixelCaptureBuffer.h" |
Syntax
class IPixelCaptureBuffer
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const uint8_t * GetData() |
Gets a const pointer to the beginning of entire buffer for reading. | IPixelCaptureBuffer.h | |
int32 GetFormat() |
Gets the Format of the buffer can be used to cast to the Specific type. | IPixelCaptureBuffer.h | |
int32 GetHeight() |
Get the height of the frame | IPixelCaptureBuffer.h | |
uint8_t * GetMutableData() |
Gets a pointer to the beginning of the entire buffer for editing. | IPixelCaptureBuffer.h | |
int64 GetSize() |
Gets the total size of this buffer. | IPixelCaptureBuffer.h | |
int32 GetWidth() |
Get the width of the frame | IPixelCaptureBuffer.h |