![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IndexedHandle.h>
Public Member Functions | |
| FCompactIndexedHandleBase ()=default | |
| FCompactIndexedHandleBase (const int32 InIndex, const uint32 InSerialNumber) | |
| bool | operator== (const FCompactIndexedHandleBase &Other) const |
| bool | operator!= (const FCompactIndexedHandleBase &Other) const |
| int16 | GetIndex () const |
| bool | IsValid () const |
| operator bool () const | |
| void | Invalidate () |
| void | SetIndex (int16 InIndex) |
| uint16 | GetSerialNumber () const |
| void | SetSerialNumber (int16 InSerialNumber) |
Public Attributes | |
| uint32 | ManagerID = 0 |
Protected Attributes | |
| int16 | Index = INDEX_NONE |
| uint16 | SerialNumber = 0 |
Friends | |
| uint32 | GetTypeHash (const FCompactIndexedHandleBase &Handle) |
Compact Index based handle that has a serial number to verify stale handles. For fast safe access in to index based data structures.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Makes the handle Invalid
|
inline |
|
inline |
|
inline |
|
inline |
| InIndex | - passing INDEX_NONE will make this handle Invalid |
|
friend |
|
protected |
| uint32 FCompactIndexedHandleBase::ManagerID = 0 |
|
protected |