Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderCommandList
| Name | EStopRecordingAction |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
Syntax
enum EStopRecordingAction
{
None,
Close,
Submit,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Close | Calls Close on the command list when the scope is complete. |
| Submit | Calls Close and Submit on the command list when the scope is complete. |