Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
Inheritance Hierarchy
- IJsonCmdBase
- FJsonFetchPayloadCmd
- FJsonFetchAnimationQueriesCmd
References
| Module | InterchangeDispatcher |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonFetchAnimationQueriesCmd : public UE::Interchange::FJsonFetchPayloadCmd
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | QueriesJsonString |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonFetchAnimationQueriesCmd
(
const FString& InTranslatorID, |
Functions
Overridden from IJsonCmdBase
| Type | Name | Description | |
|---|---|---|---|
| bool | Return false if the JsonString do not match the command, true otherwise. | ||
| FString | ToJson () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| JsonAnimationQueriesResultParser | Use this class helper to create the cmd result json string and to read it |