Navigation
API > API/Plugins > API/Plugins/PlatformDLC > API/Plugins/PlatformDLC/IPlatformDLC
| Name | EState |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PlatformDLC/Source/PlatformDLC/Public/PlatformDLC.h |
| Include Path | #include "PlatformDLC.h" |
Syntax
enum EState
{
NotInstalled,
Downloading,
Downloaded,
Mounting,
Mounted,
Unmounting,
Uninstalling,
}
Values
| Name | Remarks |
|---|---|
| NotInstalled | |
| Downloading | |
| Downloaded | |
| Mounting | |
| Mounted | |
| Unmounting | |
| Uninstalling |