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 EndCapture
(
FRHICommandListImmediate * InRHICommandList
)
Remarks
Stop capturing rendering information and save the captured data. Call from render thread only.
Parameters
| Name | Description |
|---|---|
| RHICommandList | The command list to capture on. |