Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | FJsonFetchPayloadCmd |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include Path | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonFetchPayloadCmd : public UE::Interchange::IJsonCmdBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InterchangeDispatcherTask.h | |||
FJsonFetchPayloadCmd
(
const FString& InTranslatorID, |
InterchangeDispatcherTask.h |
Classes
| Name | Remarks |
|---|---|
| JsonResultParser | Use this class helper to create the cmd result json string and to read it |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetPayloadKey() |
InterchangeDispatcherTask.h |
Overridden from IJsonCmdBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool FromJson
(
const FString& JsonString |
Return false if the JsonString do not match the command, true otherwise. | InterchangeDispatcherTask.h | |
virtual FString GetAction() |
InterchangeDispatcherTask.h | ||
virtual FString GetTranslatorID() |
InterchangeDispatcherTask.h | ||
virtual FString ToJson() |
InterchangeDispatcherTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetPayloadKeyJsonKey() |
InterchangeDispatcherTask.h |