Navigation
API > API/Plugins > API/Plugins/MLAdapter
| Name | EMLAdapterSimState |
| Type | enum |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Sessions/MLAdapterSession.h |
| Include Path | #include "Sessions/MLAdapterSession.h" |
Syntax
enum EMLAdapterSimState
{
BootingUp,
InProgress,
Finished,
}
Values
| Name | Remarks |
|---|---|
| BootingUp | |
| InProgress | |
| Finished |