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