FRDGParentResource

A render graph resource with an allocation lifetime tracked by the graph.

Windows
MacOS
Linux

Inheritance Hierarchy

FRDGResource

FRDGParentResource

FRDGBuffer

FRDGTexture

References

Module

RenderCore

Header

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

Include

#include "RenderGraphResources.h"

Syntax

class FRDGParentResource : public FRDGResource

Remarks

A render graph resource with an allocation lifetime tracked by the graph. May have child resources which reference it (e.g. views).

Variables

Name Description

Public variable

const ERDGResou...

 

Flags

Flags specific to this resource for render graph.

Constructors

Name Description

Protected function

FRDGParentResource

(
    const TCHAR* InName,
    const ERDGResourceFlags InFlags
)

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