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