FRDGView

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 FRDGView : 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.

Variables

Name Description

Public variable

const ERDGViewT...

 

Type

The type of this child resource; useful for casting between types.

Constructors

Name Description

Protected function

FRDGView

(
    const TCHAR* Name,
    ERDGViewType InType
)

Functions

Name Description

Public function Const

FRDGViewHand...

 

GetHandle()

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