Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher > API/Plugins/InterchangeDispatcher/FJsonFetchPayloadCmd
Use this class helper to create the cmd result json string and to read it
| Name | JsonResultParser |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include Path | #include "InterchangeDispatcherTask.h" |
Syntax
class JsonResultParser
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ResultFilename | FString | InterchangeDispatcherTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const FString& JsonString |
InterchangeDispatcherTask.h | ||
FString GetResultFilename() |
InterchangeDispatcherTask.h | ||
void SetResultFilename
(
const FString& InResultFilename |
InterchangeDispatcherTask.h | ||
FString ToJson() |
InterchangeDispatcherTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetResultFilenameJsonKey() |
InterchangeDispatcherTask.h |