Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/TRDGLambdaPass
| Name | ExecuteLambdaTraits |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphPass.h |
| Include Path | #include "RenderGraphPass.h" |
Syntax
class ExecuteLambdaTraits
Structs
| Name | Remarks |
|---|---|
| TLambdaTraits |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TRHICommandList | typename TLambdaTraits< ExecuteLambdaType >::TRHICommandList | RenderGraphPass.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bIsCommandListImmediate | bool | RenderGraphPass.h | |
| bIsPassArgValid | bool | RenderGraphPass.h | |
| kMaximumLambdaCaptureSize | int32 | Verify that the amount of stuff captured by the pass lambda is reasonable. | RenderGraphPass.h |
| TaskMode | ERDGPassTaskMode | RenderGraphPass.h |