Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListImmediate
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FQueuedCommandList
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRHICommandListBase * | CmdList | The command list to enqueue. | |
| TOptional< uint32 > | NumDraws | The total number of draw calls made for this command list, if known. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FQueuedCommandList
(
FRHICommandListBase* InCmdList, |