Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
Json cmd helper to be able to read and write a FTask::JsonDescription
| Name | IJsonCmdBase |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include Path | #include "InterchangeDispatcherTask.h" |
Syntax
class IJsonCmdBase
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IJsonCmdBase() |
InterchangeDispatcherTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const FString& JsonString |
Return false if the JsonString do not match the command, true otherwise. | InterchangeDispatcherTask.h | |
FString GetAction() |
InterchangeDispatcherTask.h | ||
FString GetTranslatorID() |
InterchangeDispatcherTask.h | ||
FString ToJson() |
InterchangeDispatcherTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetCommandDataJsonKey() |
InterchangeDispatcherTask.h | ||
static FString GetCommandIDJsonKey() |
InterchangeDispatcherTask.h | ||
static FString GetTranslatorIDJsonKey() |
InterchangeDispatcherTask.h |