Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerMultiFormat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FPixelCaptureCapturerMultiFormat > Create
(
IPixelCaptureCapturerSource* InCapturerSource, |
Create a new multi-format multi-Layered Capturer. | PixelCaptureCapturerMultiFormat.h | |
static TSharedPtr< FPixelCaptureCapturerMultiFormat > Create
(
IPixelCaptureCapturerSource* InCapturerSource, |
Create a new multi-format multi-Layered Capturer. | PixelCaptureCapturerMultiFormat.h |
Create(IPixelCaptureCapturerSource *, TArray< FIntPoint >)
Description
Create a new multi-format multi-Layered Capturer.
| Name | Create |
| 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 |
static TSharedPtr < FPixelCaptureCapturerMultiFormat > Create
(
IPixelCaptureCapturerSource * InCapturerSource,
TArray < FIntPoint > InOutputResolutions
)
Parameters
| Name | Remarks |
|---|---|
| InCapturerSource | A source for capturers for each layer. |
| InOutputResolutions | An optional parameter containing the output resolutions if known. |
Create(IPixelCaptureCapturerSource *, TArray< float >)
Description
Create a new multi-format multi-Layered Capturer.
| Name | Create |
| 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 |
static TSharedPtr < FPixelCaptureCapturerMultiFormat > Create
(
IPixelCaptureCapturerSource * InCapturerSource,
TArray < float > LayerScales
)
Parameters
| Name | Remarks |
|---|---|
| InCapturerSource | A source for capturers for each layer. |
| LayerScales | A list of scales for each layer. |