Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/IPixelCaptureCapturerSource
Description
Implement this to create an capture process that captures to the FinalFormat at the given scale. The source format should be known by whatever is fed into the capture system.
| Name | CreateCapturer |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureCapturerSource.h |
| Include Path | #include "IPixelCaptureCapturerSource.h" |
TSharedPtr < FPixelCaptureCapturer > CreateCapturer
(
int32 FinalFormat,
float FinalScale
)
The FPixelCaptureCapturer that will do the work.
Parameters
| Name | Remarks |
|---|---|
| FinalFormat | The format the capture process should capture. |
| FinalScale | The frame scale the capture process should scale to. |