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.

Constructors

Name Description

Public function

FRDGResource

(
    const FRDGResource&
)

Protected function

FRDGResource

(
    const TCHAR* InName
)

Destructors

Name Description

Protected function Virtual

~FRDGResource()

IMPORTANT: This is never actually called. RDG resources are allocated via MemStack. This is necessary to force a vtable.

Functions

Name Description

Public function Const

FRHIResource...

 

GetRHI()

Protected function Const

FRHIResource...

 

GetRHIUnchecked()

Public function

void

 

MarkResourceAsUsed()

The following methods may only be called during pass execution.

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