Navigation
API > API/Plugins > API/Plugins/DatasmithDispatcher
Copyright Epic Games, Inc. All Rights Reserved.
| Name | DatasmithDispatcher::ECommandId |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithDispatcher/Public/DatasmithCommands.h |
| Include Path | #include "DatasmithCommands.h" |
Syntax
namespace DatasmithDispatcher
{
enum ECommandId
{
Invalid,
Ping,
BackPing,
RunTask,
NotifyEndTask,
ImportParams,
Terminate,
Last,
}
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Ping | |
| BackPing | |
| RunTask | |
| NotifyEndTask | |
| ImportParams | |
| Terminate | |
| Last |