Navigation
API > API/Plugins > API/Plugins/PixelCapture
Inheritance Hierarchy
- FPixelCaptureCapturer
- TSharedFromThis
- FPixelCaptureCapturerRHIRDG
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerRHIRDG.h |
| Include | #include "PixelCaptureCapturerRHIRDG.h" |
Syntax
class FPixelCaptureCapturerRHIRDG :
public FPixelCaptureCapturer,
public TSharedFromThis< FPixelCaptureCapturerRHIRDG >
Remarks
A basic capturer that will copy RHI texture frames. Input: FPixelCaptureInputFrameRHI Output: FPixelCaptureOutputFrameRHI
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FPixelCaptureCapturerRHIRDG > | Create
(
float InScale |
Creates a new Capturer capturing the input frame at the given scale. |
Overridden from FPixelCaptureCapturer
| Type | Name | Description | |
|---|---|---|---|
| void | BeginProcess
(
const IPixelCaptureInputFrame& InputFrame, |
Implement this with your specific process to capture the incoming frame. | |
| IPixelCaptureOutputFrame * | CreateOutputBuffer
(
int32 InputWidth, |
Implement this to create a buffer for the output. | |
| FString | Gets the human readable name for this capture process. |