Navigation
API > API/Runtime > API/Runtime/AIModule
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/AITypes.h |
| Include | #include "AITypes.h" |
Syntax
template<typename TCounter>
struct FAIGenericID
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TCounter::Type | Index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAIGenericID () |
|||
FAIGenericID
(
typename TCounter::Type InIndex |
|||
FAIGenericID
(
const FAIGenericID& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TCounter & | GetCounter () |
||
| FAIGenericID | GetNextID () |
||
| uint32 | GetSize () |
||
| FAIGenericID< TCounter > | InvalidID () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAIGenericID & | operator=
(
const FAIGenericID& Other |
Constants
| Name | Description |
|---|---|
| Counter |