Navigation
API > API/Plugins > API/Plugins/PixelCapture
Inheritance Hierarchy
- IPixelCaptureOutputFrame
- FPixelCaptureOutputFrameRHI
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureOutputFrameRHI.h |
| Include | #include "PixelCaptureOutputFrameRHI.h" |
Syntax
class FPixelCaptureOutputFrameRHI : public IPixelCaptureOutputFrame
Remarks
A basic output frame from the Capture system that wraps a RHI texture buffer.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPixelCaptureOutputFrameRHI
(
FTexture2DRHIRef InFrameTexture |
|||
FPixelCaptureOutputFrameRHI
(
FTexture2DRHIRef InFrameTexture, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTexture2DRHIRef | |||
| bool | GetWrapperFormatData
(
WrapperFormatData& OutData |
||
| void | SetFrameTexture
(
FTexture2DRHIRef InFrameTexture |
Overridden from IPixelCaptureOutputFrame
Classes
| Type | Name | Description | |
|---|---|---|---|
| WrapperFormatData | Sometimes we need to pack data in a pixel format not fully supported by the RHI, so we may instead store it as a different format for transport and read it as the original format sometime later, this struct is meant to hold information about the wrapper format if it exists |