Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGPass
- FRDGDispatchPass
- TRDGDispatchPass
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphPass.h |
| Include | #include "RenderGraphPass.h" |
Syntax
template<typename ParameterStructType, typename LaunchLambdaType>
class TRDGDispatchPass : public FRDGDispatchPass
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRDGDispatchPass
(
FRDGEventName&& InName, |
Constants
| Name | Description |
|---|---|
| kMaximumLambdaCaptureSize | Verify that the amount of stuff captured by the pass lambda is reasonable. |