Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRenderCaptureProvider
Description
Capture the next full frame of rendering information. Currently any capture details (number of frames etc.) must be set up by CVars exposed in the underlying capture tool. Call from main thread only.
| Name | CaptureFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/IRenderCaptureProvider.h |
| Include Path | #include "IRenderCaptureProvider.h" |
void CaptureFrame
(
FViewport * InViewport,
uint32 InFlags,
FString const & InDestFileName
)
Parameters
| Name | Remarks |
|---|---|
| Viewport | The specific viewport to capture. (Optional). |
| bLaunch | |
| DestFileName | The destination file name for saving the capture. (Optional). |