AddPass

Helper functions to add parameterless passes to the graph.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h

Include

#include "RenderGraphUtils.h"

Syntax

template<typename ExecuteLambdaType>
void AddPass
(
    FRDGBuilder & GraphBuilder,
    FRDGEventName && Name,
    ExecuteLambdaType && ExecuteLambda
)

Remarks

Helper functions to add parameterless passes to the graph.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss