TRDGHandle

HANDLE UTILITIES Handle helper class for internal tracking of RDG types.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphDefinitions.h"

Syntax

template<typename LocalObjectType, typename LocalIndexType>
class TRDGHandle

Remarks

HANDLE UTILITIES Handle helper class for internal tracking of RDG types.

Constructors

Name Description

Public function

TRDGHandle()

Public function

TRDGHandle

(
    int32 InIndex
)

Functions

Name Description

Public function Const

IndexType

 

GetIndex()

Public function Const

bool

 

IsNull()

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function

TRDGHandle &

 

operator--()

Public function Const

bool

 

operator!=

(
    TRDGHandle Other
)

Public function

TRDGHandle &

 

operator++()

Public function Const

bool

 

operator<

(
    TRDGHandle Other
)

Public function Const

bool

 

operator<=

(
    TRDGHandle Other
)

Public function Const

bool

 

operator==

(
    TRDGHandle Other
)

Public function Const

bool

 

operator>

(
    TRDGHandle Other
)

Public function Const

bool

 

operator>=

(
    TRDGHandle Other
)

Typedefs

Name

Description

IndexType

ObjectType

Constants

Name

Description

kNullIndex

Null

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