Navigation
API > API/Plugins > API/Plugins/UAF
Generational handle to a TPool entry.
| Name | TPoolHandle |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/AnimNextPoolHandle.h |
| Include Path | #include "AnimNextPoolHandle.h" |
Syntax
template<typename ElementType>
struct TPoolHandle
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | uint32 | AnimNextPoolHandle.h | ||
| SerialNumber | uint32 | AnimNextPoolHandle.h | ||
| TPool< ElementType > | friend | AnimNextPoolHandle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetUniqueId() |
AnimNextPoolHandle.h | ||
bool IsValid() |
AnimNextPoolHandle.h | ||
void Reset() |
AnimNextPoolHandle.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const TPoolHandle& InOther |
AnimNextPoolHandle.h |