Choose your operating system:
Windows
macOS
Linux
| FSimpleIndexedHandleBase
|
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Public/IndexedHandle.h |
Include |
#include "IndexedHandle.h" |
struct FSimpleIndexedHandleBase
Index based handle that doesn't use a serial number. For fast access in to index based data structures when we don't expect handles to be able to be stale
Name | Description | ||
---|---|---|---|
|
Index |
Name | Description | |
---|---|---|
|
FSimpleIndexedHandleBase() |
|
|
FSimpleIndexedHandleBase ( |
Name | Description | ||
---|---|---|---|
|
GetIndex() |
||
|
Invalidate() |
Makes the handle Invalid |
|
|
IsValid() |
||
|
SetIndex ( |
Name | Description | ||
---|---|---|---|
|
operator bool() |
Boolean operator useful when embedding declaration in if statement |
|
|
operator!= ( |
||
|
operator== ( |