FRDGChildResource

A render graph resource (e.g. a view) which references a single parent resource (e.g. a texture / buffer).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RenderCore

Header

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

Include

#include "RenderGraphResources.h"

Syntax

class FRDGChildResource : public FRDGResource

Remarks

A render graph resource (e.g. a view) which references a single parent resource (e.g. a texture / buffer). Provides an abstract way to access the parent resource.

Constructors

Name Description

Public function

FRDGChildResource

(
    const TCHAR* Name
)

Functions

Name Description

Public function Const

FRDGParentRe...

 

GetParent()

Returns the referenced parent render graph resource.

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