AddPass

Overload list

Windows
MacOS
Linux
Name Description

Public function

FRDGPassRef

 

AddPass

(
    FRDGEventName&& Name,
    ERDGPassFlags Flags,
    ExecuteLambdaType&& ExecuteLambda
)

Adds a lambda pass to the graph without any parameters.

Public function

FRDGPassRef

 

AddPass

(
    FRDGEventName&& Name,
    const ParameterStructType* Par...,
    ERDGPassFlags Flags,
    ExecuteLambdaType&& ExecuteLambda
)

Adds a lambda pass to the graph with an accompanied pass parameter struct.

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