![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AITypes.h>
Public Member Functions | |
| FAIGenericID (const FAIGenericID &Other) | |
| FAIGenericID & | operator= (const FAIGenericID &Other) |
| FAIGenericID () | |
| operator typename TCounter::Type () const | |
| bool | IsValid () const |
| bool | operator== (const FAIGenericID Other) const |
| bool | operator!= (const FAIGenericID Other) const |
Static Public Member Functions | |
| static FAIGenericID | GetNextID () |
| static uint32 | GetSize () |
| static FAIGenericID< TCounter > | InvalidID () |
Public Attributes | |
| const TCounter::Type | Index |
Protected Member Functions | |
| FAIGenericID (typename TCounter::Type InIndex) | |
Static Protected Member Functions | |
| static TCounter & | GetCounter () |
Friends | |
| uint32 | GetTypeHash (const FAIGenericID &ID) |
|
inlineexplicitprotected |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
| const TCounter::Type FAIGenericID< TCounter >::Index |