Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/Framework
Inheritance Hierarchy
References
| |
|
| Module |
Chaos |
| Header |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/Handles.h |
| Include |
#include "Chaos/Framework/Handles.h" |
Syntax
template<typename ElementType, uint32 IndexWidth, uint32 GenerationWidth>
class THandle : public Chaos::THandleData< IndexWidth, GenerationWidth >
Variables
| |
Type |
Name |
Description |
 |
friend |
TConstHandle< ElementType, IndexWidth, GenerationWidth > |
|
 |
friend |
THandleArray< ElementType, IndexWidth, GenerationWidth > |
|
 |
friend |
THandleHeap< ElementType, IndexWidth, GenerationWidth > |
|
Constructors
| |
Type |
Name |
Description |
 |
|
|
|
 |
|
THandle
(
uint32 InIndex,
uint32 InGeneration
)
|
|