Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerRHIRDG
- FPixelCaptureCapturer::BeginProcess()
- FPixelCaptureCapturerRHIRDG::BeginProcess()
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerRHIRDG.h |
| Include | #include "PixelCaptureCapturerRHIRDG.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerRHIRDG.cpp |
virtual void BeginProcess
&40;
const IPixelCaptureInputFrame & InputFrame,
IPixelCaptureOutputFrame &42; OutputBuffer
&41;
Remarks
Implement this with your specific process to capture the incoming frame.
Parameters
| Name | Description |
|---|---|
| InputFrame | The input frame data for the process to begin working on. |
| OutputBuffer | The destination buffer for the process. Is guaranteed to be of the type created in CreateOutputBuffer() |