FRDGParameterStruct::Enumerate

Enumerates all graph parameters on the layout.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphParameter.h"

Source

/Engine/Source/Runtime/RenderCore/Public/RenderGraphParameters.inl

Syntax

template<typename FunctionType>
void Enumerate
(
    FunctionType Function
) const

Remarks

Enumerates all graph parameters on the layout. Graph uniform buffers are traversed recursively but are also included in the enumeration. Expected function signature: void(FRDGParameter).

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