Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
Mesh payload require a transform to bake the mesh to avoid degenerate triangle when importing a small mesh scale by a scene node.
| Name | FJsonFetchMeshPayloadCmd |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h |
| Include Path | #include "InterchangeDispatcherTask.h" |
Syntax
class FJsonFetchMeshPayloadCmd : public UE::Interchange::FJsonFetchPayloadCmd
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InterchangeDispatcherTask.h | |||
FJsonFetchMeshPayloadCmd
(
const FString& InTranslatorID, |
InterchangeDispatcherTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform GetMeshGlobalTransform() |
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 GetMeshGlobalTransformJsonKey() |
InterchangeDispatcherTask.h |