Navigation
API > API/Runtime > API/Runtime/RenderCore
Render graph pass with lambda execute function.
| |
|
| Name |
TRDGLambdaPass |
| Type |
class |
| Header File |
/Engine/Source/Runtime/RenderCore/Public/RenderGraphPass.h |
| Include Path |
#include "RenderGraphPass.h" |
Syntax
template<typename ParameterStructType, typename ExecuteLambdaType>
class TRDGLambdaPass : public FRDGPass
Inheritance Hierarchy
Derived Classes
Constructors
Classes
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DebugParameterStruct |
const ParameterStructType * |
|
RenderGraphPass.h |
|
| ExecuteLambda |
ExecuteLambdaType |
|
RenderGraphPass.h |
|
Functions
Public