Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerLayered
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerLayered.h |
| Include | #include "PixelCaptureCapturerLayered.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerLayered.cpp |
TSharedPtr< IPixelCaptureOutputFrame > ReadOutput
(
int32 LayerIndex
)
Remarks
Try to read the result of the capture process. May return null if no output has been captured yet. The captured frame layer if one exists. Null otherwise.
Parameters
| Name | Description |
|---|---|
| LayerIndex | The layer to try and read the output from. |