Navigation API > API/Plugins > API/Plugins/PixelCapture Inheritance Hierarchy IPixelCaptureOutputFrame FPixelCaptureOutputFrameI420 FPixelCaptureOutputFrameRHI References Module PixelCapture Header /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureOutputFrame.h Include #include "IPixelCaptureOutputFrame.h" Syntax class IPixelCaptureOutputFrame Copy full snippetclass IPixelCaptureOutputFrame Remarks 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. Variables Type Name Description FPixelCaptureFrameMetadata Metadata Internal structure that contains various bits of information about the capture and encode process Destructors Type Name Description ~IPixelCaptureOutputFrame () Functions Type Name Description int32 GetHeight () int32 GetWidth ()