Navigation
API > API/Runtime > API/Runtime/AIModule
Inheritance Hierarchy
- FCompactIndexedHandleBase
- FMassReplicatedAgentHandle
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/IndexedHandle.h |
| Include | #include "IndexedHandle.h" |
Syntax
USTRUCT ()
struct FCompactIndexedHandleBase
Remarks
Compact Index based handle that has a serial number to verify stale handles. For fast safe access in to index based data structures.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCompactIndexedHandleBase
(
const int32 InIndex, |
Passing INDEX_NONE as index will make this handle Invalid |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int16 | GetIndex () |
||
| uint16 | |||
| void | Invalidate () |
Makes the handle Invalid | |
| bool | IsValid () |
||
| void | |||
| void | SetSerialNumber
(
int16 InSerialNumber |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Boolean operator useful when embedding declaration in if statement | |||
| bool | operator!=
(
const FCompactIndexedHandleBase& Other |
||
| bool | operator==
(
const FCompactIndexedHandleBase& Other |