Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| |
|
| Name |
UE::Interchange::EWorkerState |
| Type |
enum |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeWorkerHandler.h |
| Include Path |
#include "InterchangeWorkerHandler.h" |
Syntax
namespace UE
{
namespace Interchange
{
enum EWorkerState
{
Uninitialized = 0,
Processing = 1 << 0,
Idle = 1 << 1,
Closing = 1 << 2,
Terminated = 1 << 3,
}
}
}
Values
| Name |
Remarks |
| Uninitialized |
|
| Processing |
|
| Idle |
|
| Closing |
|
| Terminated |
|