Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | THandle |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/HandleArray.h |
| Include Path | #include "Chaos/HandleArray.h" |
Syntax
template<typename ElementType, uint32 IndexWidth, uint32 GenerationWidth>
class THandle : public Chaos::THandleData< IndexWidth, GenerationWidth >
Inheritance Hierarchy
- THandleData → THandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THandle () |
Chaos/HandleArray.h | ||
THandle
(
uint32 InIndex, |
Chaos/HandleArray.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TConstHandle< ElementType, IndexWidth, GenerationWidth > | friend | Chaos/HandleArray.h | ||
| THandleArray< ElementType, IndexWidth, GenerationWidth > | friend | Chaos/HandleArray.h | ||
| THandleHeap< ElementType, IndexWidth, GenerationWidth > | friend | Chaos/HandleArray.h |