Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
Inheritance Hierarchy
- IJsonCmdBase
- FJsonFetchPayloadCmd
- FJsonFetchAnimationBakeTransformPayloadCmd
- FJsonFetchMeshPayloadCmd
References
| Module | InterchangeDispatcher |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonFetchPayloadCmd : public UE::Interchange::IJsonCmdBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | PayloadKey | A dynamically sizeable string. | |
| FString | TranslatorID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonFetchPayloadCmd
(
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 |