![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Handles.h>
Inheritance diagram for Chaos::THandle< ElementType, IndexWidth, GenerationWidth >:Public Member Functions | |
| THandle ()=default | |
| THandle (uint32 InIndex, uint32 InGeneration) | |
Public Member Functions inherited from Chaos::THandleData< IndexWidth, GenerationWidth > | |
| THandleData () | |
| THandleData (uint32 InIndex, uint32 InGeneration) | |
| THandleData (uint32 FullHandle) | |
| bool | IsValid () const |
| uint32 | AsUint () const |
| uint32 | GetIndex () const |
| void | FromUint (uint32 InUint) |
Friends | |
| bool | operator== (const THandle< ElementType, IndexWidth, GenerationWidth > &A, const THandle< ElementType, IndexWidth, GenerationWidth > &B) |
| FArchive & | operator<< (FArchive &Ar, THandle< ElementType, IndexWidth, GenerationWidth > &InHandle) |
Additional Inherited Members | |
Protected Attributes inherited from Chaos::THandleData< IndexWidth, GenerationWidth > | |
| uint32 | Index: IndexWidth |
| uint32 | Generation: GenerationWidth |
|
default |
|
inline |
|
friend |
|
friend |
| friend Chaos::THandle< ElementType, IndexWidth, GenerationWidth >::TConstHandle< ElementType, IndexWidth, GenerationWidth > |
| friend Chaos::THandle< ElementType, IndexWidth, GenerationWidth >::THandleArray< ElementType, IndexWidth, GenerationWidth > |
| friend Chaos::THandle< ElementType, IndexWidth, GenerationWidth >::THandleHeap< ElementType, IndexWidth, GenerationWidth > |