Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
Inheritance Hierarchy
- IJsonCmdBase
- FJsonLoadSourceCmd
References
| Module | InterchangeDispatcher |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonLoadSourceCmd : public UE::Interchange::IJsonCmdBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonLoadSourceCmd
(
const FString& InTranslatorID, |
Functions
Overridden from IJsonCmdBase
| Type | Name | Description | |
|---|---|---|---|
| bool | Return false if the JsonString do not match the command, true otherwise. | ||
| FString | GetAction () |
||
| FString | |||
| FString | ToJson () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| JsonResultParser | Use this class helper to create the cmd result json string and to read it |