Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | FAIGenericID |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Classes/AITypes.h |
| Include Path | #include "AITypes.h" |
Syntax
template<typename TCounter>
struct FAIGenericID
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAIGenericID () |
AITypes.h | ||
FAIGenericID
(
typename TCounter::Type InIndex |
AITypes.h | ||
FAIGenericID
(
const FAIGenericID& Other |
AITypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Counter | TCounter | AITypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | const TCounter::Type | AITypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
AITypes.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TCounter & GetCounter() |
AITypes.h | ||
static FAIGenericID GetNextID() |
AITypes.h | ||
static uint32 GetSize() |
AITypes.h | ||
static FAIGenericID< TCounter > InvalidID() |
AITypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator typename TCounter::Type() |
AITypes.h | ||
bool operator!=
(
const FAIGenericID Other |
AITypes.h | ||
FAIGenericID & operator=
(
const FAIGenericID& Other |
AITypes.h | ||
bool operator==
(
const FAIGenericID Other |
AITypes.h |