Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerMultiFormat
Description
Requests the output in a specific format. If this is the first request for the format and AddOutputFormat has not been called for the format then this call will return nullptr. Otherwise will return the buffer for the format provided the capture has completed.
| Name | RequestFormat |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerMultiFormat.h |
| Include Path | #include "PixelCaptureCapturerMultiFormat.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerMultiFormat.cpp |
TSharedPtr < IPixelCaptureOutputFrame > RequestFormat
(
int32 Format,
int32 LayerIndex
)
The final buffer of a given format if it exists or null.
Parameters
| Name | Remarks |
|---|---|
| Format | The format we want the output in. |
| LayerIndex | The layer we want to get the output of. |