Navigation
API > API/Plugins > API/Plugins/PixelCapture
Wraps the output of the capture process for a single layer. Extend this for your own result types. You must implement GetWidth and GetHeight to return the width and height of the frame. Add your own method to extract the captured data.
| Name | IPixelCaptureOutputFrame |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureOutputFrame.h |
| Include Path | #include "IPixelCaptureOutputFrame.h" |
Syntax
class IPixelCaptureOutputFrame
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPixelCaptureOutputFrame() |
IPixelCaptureOutputFrame.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Metadata | FPixelCaptureFrameMetadata | Internal structure that contains various bits of information about the capture and encode process | IPixelCaptureOutputFrame.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetHeight() |
IPixelCaptureOutputFrame.h | ||
int32 GetWidth() |
IPixelCaptureOutputFrame.h |