Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EContentBundleClientState |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/WorldPartition/ContentBundle/ContentBundleClient.h |
| Include Path |
#include "WorldPartition/ContentBundle/ContentBundleClient.h" |
Syntax
enum EContentBundleClientState
{
Unregistered,
Registered,
ContentInjectionRequested,
ContentRemovalRequested,
RegistrationFailed,
}
Values
| Name |
Remarks |
| Unregistered |
|
| Registered |
|
| ContentInjectionRequested |
|
| ContentRemovalRequested |
|
| RegistrationFailed |
Failed state. |