Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | THandleData |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/HandleArray.h |
| Include Path | #include "Chaos/HandleArray.h" |
Syntax
template<uint32 IndexWidth, uint32 GenerationWidth>
class THandleData
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THandleData () |
Chaos/HandleArray.h | ||
THandleData
(
uint32 FullHandle |
Mainly for serialization of the handle container. | Chaos/HandleArray.h | |
THandleData
(
uint32 InIndex, |
Chaos/HandleArray.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 AsUint() |
Chaos/HandleArray.h | ||
void FromUint
(
uint32 InUint |
Chaos/HandleArray.h | ||
uint32 GetIndex() |
Chaos/HandleArray.h | ||
bool IsValid() |
Chaos/HandleArray.h |