Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGPass
- TRDGLambdaPass
- TRDGEmptyLambdaPass
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphPass.h |
| Include | #include "RenderGraphPass.h" |
Syntax
template<typename ParameterStructType, typename ExecuteLambdaType>
class TRDGLambdaPass : public FRDGPass
Remarks
Render graph pass with lambda execute function.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRDGLambdaPass
(
FRDGEventName&& InName, |
Typedefs
| Name | Description |
|---|---|
| TRDGPass | |
| TRHICommandList |
Constants
| Name | Description |
|---|---|
| kMaximumLambdaCaptureSize | Verify that the amount of stuff captured by the pass lambda is reasonable. |