Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRenderCaptureProvider
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/IRenderCaptureProvider.h |
| Include | #include "IRenderCaptureProvider.h" |
void BeginCapture
&40;
FRHICommandListImmediate &42; InRHICommandList,
uint32 InFlags,
FString const & InDestFileName
&41;
Remarks
Start capturing rendering information. Call from render thread only.
Parameters
| Name | Description |
|---|---|
| RHICommandList | The command list to capture on. |
| DestFileName | The destination file name for saving the capture. (Optional). |