Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | FJsonLoadSourceCmd |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include Path | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonLoadSourceCmd : public UE::Interchange::IJsonCmdBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InterchangeDispatcherTask.h | |||
FJsonLoadSourceCmd
(
const FString& InTranslatorID, |
InterchangeDispatcherTask.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FJsonLoadSourceCmd() |
InterchangeDispatcherTask.h |
Classes
| Name | Remarks |
|---|---|
| JsonResultParser | Use this class helper to create the cmd result json string and to read it |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceFilename | FString | InterchangeDispatcherTask.h | ||
| TranslatorID | FString | InterchangeDispatcherTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FJsonObject > GetActionDataObject() |
InterchangeDispatcherTask.h | ||
FString GetSourceFilename() |
InterchangeDispatcherTask.h | ||
virtual bool IsActionDataObjectValid
(
const FJsonObject& ActionDataObject |
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 GetSourceFilenameJsonKey() |
InterchangeDispatcherTask.h |