FRDGResource

Generic graph resource.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RenderCore

Header

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

Include

#include "RenderGraphResources.h"

Syntax

class FRDGResource

Remarks

Generic graph resource.

Variables

Name Description

Public variable

const TCHAR ...

 

Name

Name of the resource for debugging purpose.

Protected variable

FRHIResource &#...

 

ResourceRHI

Constructors

Name Description

Public function

FRDGResource

(
    const FRDGResource&
)

Protected function

FRDGResource

(
    const TCHAR* InName
)

Destructors

Name Description

Public function Virtual

~FRDGResource()

Functions

Name Description

Public function Const

FRHIResource...

 

GetRHI()

Protected function Const

FRHIResource...

 

GetRHIUnchecked()

Protected function Const

bool

 

IsPassthrough()

Public function Virtual

void

 

MarkResourceAsUsed()

The following methods may only be called during pass execution.

Protected function

void

 

SetPassthroughRHI

(
    FRHIResource* InResourceRHI
)

Assigns this resource as a simple passthrough container for an RHI resource.

Protected function Const

void

 

ValidateRHIAccess()

Verify that the RHI resource can be accessed at a pass execution.

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