Navigation
API > API/Plugins > API/Plugins/PixelCapture
The interface that is queried when the Layered or Multi capturers wish to create specific Capturers for a given format.
| Name | IPixelCaptureCapturerSource |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureCapturerSource.h |
| Include Path | #include "IPixelCaptureCapturerSource.h" |
Syntax
class IPixelCaptureCapturerSource
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FPixelCaptureCapturer > CreateCapturer
(
int32 FinalFormat, |
Implement this to create an capture process that captures to the FinalFormat at the given scale. | IPixelCaptureCapturerSource.h |