Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include | #include "RenderGraphDefinitions.h" |
Syntax
template<typename LocalHandleType, ERDGHandleRegistryDestructPolicy DestructPolicy>
class TRDGHandleRegistry
Remarks
Helper handle registry class for internal tracking of RDG types.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRDGHandleRegistry
(
const TRDGHandleRegistry& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| DerivedType * | Allocate
(
FRDGAllocator& Allocator, |
||
| HandleType | Begin () |
||
| void | Clear () |
||
| HandleType | End () |
||
| void | Enumerate
(
FunctionType Function |
||
| void | Enumerate
(
FunctionType Function |
||
| const ObjectType * | Get
(
HandleType Handle |
||
| ObjectType * | Get
(
HandleType Handle |
||
| void | |||
| HandleType | Last () |
||
| int32 | Num () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const ObjectType * | operator[]
(
HandleType Handle |
||
| ObjectType * | operator[]
(
HandleType Handle |
||
| TRDGHandleRegistry & | operator=
(
TRDGHandleRegistry&& |
||
| TRDGHandleRegistry & | operator=
(
const TRDGHandleRegistry& |
Typedefs
| Name | Description |
|---|---|
| HandleType | |
| IndexType | |
| ObjectType |