Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | FJsonFetchAnimationQueriesCmd |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include Path | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonFetchAnimationQueriesCmd : public UE::Interchange::FJsonFetchPayloadCmd
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InterchangeDispatcherTask.h | |||
FJsonFetchAnimationQueriesCmd
(
const FString& InTranslatorID, |
InterchangeDispatcherTask.h |
Classes
| Name | Remarks |
|---|---|
| JsonAnimationQueriesResultParser | Use this class helper to create the cmd result json string and to read it |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetQueriesJsonString() |
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 ToJson() |
InterchangeDispatcherTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetQueriesJsonStringKey() |
InterchangeDispatcherTask.h |