Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerLayered
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FPixelCaptureCapturerLayered > Create
(
IPixelCaptureCapturerSource* InCapturerSource, |
Create a new Layered Capturer. | PixelCaptureCapturerLayered.h | |
static TSharedPtr< FPixelCaptureCapturerLayered > Create
(
IPixelCaptureCapturerSource* InCapturerSource, |
Create a new Layered Capturer. | PixelCaptureCapturerLayered.h |
Create(IPixelCaptureCapturerSource *, int32, TArray< FIntPoint >)
Description
Create a new Layered Capturer.
| Name | Create |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerLayered.h |
| Include Path | #include "PixelCaptureCapturerLayered.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerLayered.cpp |
static TSharedPtr < FPixelCaptureCapturerLayered > Create
(
IPixelCaptureCapturerSource * InCapturerSource,
int32 InDestinationFormat,
TArray < FIntPoint > InOutputResolutions
)
Parameters
| Name | Remarks |
|---|---|
| InCapturerSource | A source for capturers for each layer. |
| InDestinationFormat | The format to capture to. |
| InOutputResolutions | An optional parameter to specify the resolutions to create capture processes for during construction. |
Create(IPixelCaptureCapturerSource *, int32, TArray< float >)
Description
Create a new Layered Capturer.
| Name | Create |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerLayered.h |
| Include Path | #include "PixelCaptureCapturerLayered.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerLayered.cpp |
static TSharedPtr < FPixelCaptureCapturerLayered > Create
(
IPixelCaptureCapturerSource * InCapturerSource,
int32 InDestinationFormat,
TArray < float > LayerScales
)
Parameters
| Name | Remarks |
|---|---|
| InCapturerSource | A source for capturers for each layer. |
| InDestinationFormat | The format to capture to. |
| LayerScales | A list of scales for each layer. |