Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- TRHILambdaCommandMultiPipe
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
template<typename RHICmdListType, typename LAMBDA>
struct TRHILambdaCommandMultiPipe : public FRHICommandBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| LAMBDA | Lambda | ||
| ERHIPipeline | Pipelines |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRHILambdaCommandMultiPipe
(
LAMBDA&& InLambda, |
Overridden from FRHICommandBase
| Type | Name | Description | |
|---|---|---|---|
| void | ExecuteAndDestruct
(
FRHICommandListBase& CmdList |