![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphDefinitions.h>
Public Types | |
| using | ObjectType = LocalObjectType |
| using | IndexType = LocalIndexType |
Public Member Functions | |
| TRDGHandle ()=default | |
| TRDGHandle (uint32 InIndex) | |
| IndexType | GetIndex () const |
| IndexType | GetIndexUnchecked () const |
| bool | IsNull () const |
| bool | IsValid () const |
| bool | operator== (TRDGHandle Other) const |
| bool | operator!= (TRDGHandle Other) const |
| bool | operator<= (TRDGHandle Other) const |
| bool | operator>= (TRDGHandle Other) const |
| bool | operator< (TRDGHandle Other) const |
| bool | operator> (TRDGHandle Other) const |
| TRDGHandle & | operator+= (int32 Increment) |
| TRDGHandle & | operator-= (int32 Decrement) |
| TRDGHandle | operator- (int32 Subtract) const |
| TRDGHandle | operator+ (int32 Add) const |
| TRDGHandle & | operator++ () |
| TRDGHandle & | operator-- () |
Static Public Member Functions | |
| static TRDGHandle | Min (TRDGHandle A, TRDGHandle B) |
| static TRDGHandle | Max (TRDGHandle A, TRDGHandle B) |
Static Public Attributes | |
| static const TRDGHandle | Null |
Friends | |
| uint32 | GetTypeHash (TRDGHandle Handle) |
HANDLE UTILITIES Handle helper class for internal tracking of RDG types.
| using TRDGHandle< LocalObjectType, LocalIndexType >::IndexType = LocalIndexType |
| using TRDGHandle< LocalObjectType, LocalIndexType >::ObjectType = LocalObjectType |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
static |