Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureOutputFrameRHI
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
| Name | WrapperFormatData |
| Type | struct |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureOutputFrameRHI.h |
| Include Path | #include "PixelCaptureOutputFrameRHI.h" |
Syntax
struct WrapperFormatData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Format | EPixelFormat | PixelCaptureOutputFrameRHI.h | ||
| Height | int32 | PixelCaptureOutputFrameRHI.h | ||
| Width | int32 | PixelCaptureOutputFrameRHI.h |