Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TConstHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstHandle () |
Chaos/HandleArray.h | ||
TConstHandle
(
const THandle< ElementType, IndexWidth, GenerationWidth >& InNonConstHandle |
Chaos/HandleArray.h | ||
TConstHandle
(
uint32 InIndex, |
Chaos/HandleArray.h |
TConstHandle()
| Name | TConstHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/HandleArray.h |
| Include Path | #include "Chaos/HandleArray.h" |
TConstHandle()
TConstHandle(const THandle< ElementType, IndexWidth, GenerationWidth > &)
| Name | TConstHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/HandleArray.h |
| Include Path | #include "Chaos/HandleArray.h" |
TConstHandle
(
const THandle < ElementType, IndexWidth, GenerationWidth > & InNonConstHandle
)
TConstHandle(uint32, uint32)
| Name | TConstHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/HandleArray.h |
| Include Path | #include "Chaos/HandleArray.h" |
TConstHandle
(
uint32 InIndex,
uint32 InGeneration
)