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