Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRenderCaptureProvider
Flags to pass to capture API.
| Name | ECaptureFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/IRenderCaptureProvider.h |
| Include Path | #include "IRenderCaptureProvider.h" |
Syntax
enum ECaptureFlags
{
ECaptureFlags_Launch = 1,
}
Values
| Name | Remarks |
|---|---|
| ECaptureFlags_Launch | Set to launch the capture viewing application. Whether this is supported depends on the underlying capture tool. |