Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerMultiFormat
Description
Sets up a capture pipeline for the given destination format. No effect if the pipeline already exists.
| Name | AddOutputFormat |
| 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 |
void AddOutputFormat
(
int32 Format
)
Parameters
| Name | Remarks |
|---|---|
| Format | The destination format for the requested pipeline. |