TRDGHandleRegistry

Helper handle registry 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 LocalHandleType>
class TRDGHandleRegistry

Remarks

Helper handle registry class for internal tracking of RDG types.

Functions

Name Description

Public function

DerivedType ...

 

Allocate

(
    FRDGAllocator& Allocator,
    TArgs&&... Args
)

Public function Const

HandleType

 

Begin()

Public function

void

 

Clear()

Public function Const

HandleType

 

End()

Public function Const

const Object...

 

Get

(
    HandleType Handle
)

Public function

ObjectType &...

 

Get

(
    HandleType Handle
)

Public function

void

 

Insert

(
    ObjectType* Object
)

Public function Const

HandleType

 

Last()

Public function Const

int32

 

Num()

Operators

Name Description

Public function Const

const Object...

 

operator[]

(
    HandleType Handle
)

Public function

ObjectType &...

 

operator[]

(
    HandleType Handle
)

Typedefs

Name

Description

HandleType

IndexType

ObjectType

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