Navigation
API > API/Plugins > API/Plugins/DatasmithDispatcher > API/Plugins/DatasmithDispatcher/FDatasmithWorkerHandler
| |
|
| Name |
EWorkerErrorState |
| Type |
enum |
| Header File |
/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Public/DatasmithWorkerHandler.h |
| Include Path |
#include "DatasmithWorkerHandler.h" |
Syntax
enum EWorkerErrorState
{
Ok,
ConnectionFailed_NotBound,
ConnectionFailed_NoClient,
ConnectionLost,
ConnectionLost_SendFailed,
WorkerProcess_CantCreate,
WorkerProcess_Lost,
}
Values
| Name |
Remarks |
| Ok |
|
| ConnectionFailed_NotBound |
|
| ConnectionFailed_NoClient |
|
| ConnectionLost |
|
| ConnectionLost_SendFailed |
|
| WorkerProcess_CantCreate |
|
| WorkerProcess_Lost |
|