Navigation
API > API/Runtime > API/Runtime/AIModule
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/SequentialID.h |
| Include | #include "SequentialID.h" |
Syntax
USTRUCT ()
struct FSequentialIDBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSequentialIDBase
(
uint32 InID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Describe () |
||
| uint32 | GetValue () |
||
| void | Invalidate () |
||
| bool | IsInvalid () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSequentialIDBase& Other |
||
| bool | operator==
(
const FSequentialIDBase& Other |
Constants
| Name | Description |
|---|---|
| InvalidID |