Navigation
API > API/Runtime > API/Runtime/RenderCore
HANDLE UTILITIES Handle helper class for internal tracking of RDG types.
| Name | TRDGHandle |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include Path | #include "RenderGraphDefinitions.h" |
Syntax
template<typename LocalObjectType, typename LocalIndexType>
class TRDGHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRDGHandle () |
RenderGraphDefinitions.h | ||
TRDGHandle
(
uint32 InIndex |
RenderGraphDefinitions.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IndexType | LocalIndexType | RenderGraphDefinitions.h | |
| ObjectType | LocalObjectType | RenderGraphDefinitions.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| kNullIndex | const IndexType | RenderGraphDefinitions.h | |
| Null | const TRDGHandle | RenderGraphDefinitions.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | IndexType | RenderGraphDefinitions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IndexType GetIndex() |
RenderGraphDefinitions.h | ||
IndexType GetIndexUnchecked() |
RenderGraphDefinitions.h | ||
bool IsNull() |
RenderGraphDefinitions.h | ||
bool IsValid() |
RenderGraphDefinitions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TRDGHandle Max
(
TRDGHandle A, |
Returns the max of two pass handles. Returns null if both are null; returns the valid handle if one is null. | RenderGraphDefinitions.h | |
static TRDGHandle Min
(
TRDGHandle A, |
Returns the min of two pass handles. Returns null if both are null; returns the valid handle if one is null. | RenderGraphDefinitions.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRDGHandle operator-
(
int32 Subtract |
RenderGraphDefinitions.h | ||
TRDGHandle & operator--() |
RenderGraphDefinitions.h | ||
bool operator!=
(
TRDGHandle Other |
RenderGraphDefinitions.h | ||
TRDGHandle operator+
(
int32 Add |
RenderGraphDefinitions.h | ||
TRDGHandle & operator++() |
RenderGraphDefinitions.h | ||
TRDGHandle & operator+=
(
int32 Increment |
RenderGraphDefinitions.h | ||
TRDGHandle & operator-=
(
int32 Decrement |
RenderGraphDefinitions.h | ||
bool operator==
(
TRDGHandle Other |
RenderGraphDefinitions.h | ||
bool operator>
(
TRDGHandle Other |
RenderGraphDefinitions.h | ||
bool operator>=
(
TRDGHandle Other |
RenderGraphDefinitions.h |