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