Navigation
API > API/Runtime > API/Runtime/AIModule
Inheritance Hierarchy
- FSimpleIndexedHandleBase
- FIndexedHandleBase
- FMassActorSpawnRequestHandle
- FMassClientHandle
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/IndexedHandle.h |
| Include | #include "IndexedHandle.h" |
Syntax
USTRUCT ()
struct FIndexedHandleBase : public FSimpleIndexedHandleBase
Remarks
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 | |
|---|---|---|---|
FIndexedHandleBase
(
int32 InIndex, |
Passing INDEX_NONE as index will make this handle Invalid |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | |||
| void | SetSerialNumber
(
uint32 InSerialNumber |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FIndexedHandleBase& Other |
||
| bool | operator==
(
const FIndexedHandleBase& Other |