Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | UE::Interchange::ECommandId |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeCommands.h |
| Include Path | #include "InterchangeCommands.h" |
Syntax
namespace UE
{
namespace Interchange
{
enum ECommandId
{
Invalid,
Error,
Ping,
BackPing,
RunTask,
NotifyEndTask,
QueryTaskProgress,
CompletedQueryTaskProgress,
Terminate,
Last,
}
}
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Error | |
| Ping | |
| BackPing | |
| RunTask | |
| NotifyEndTask | |
| QueryTaskProgress | |
| CompletedQueryTaskProgress | |
| Terminate | |
| Last |