Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | FJsonFBXLoadSourceCmd |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/FBX/InterchangeDispatcherFBXTasks.h |
| Include Path | #include "FBX/InterchangeDispatcherFBXTasks.h" |
Syntax
class FJsonFBXLoadSourceCmd : public UE::Interchange::FJsonLoadSourceCmd
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| FBX/InterchangeDispatcherFBXTasks.h | |||
FJsonFBXLoadSourceCmd
(
const FString& InTranslatorID, |
FBX/InterchangeDispatcherFBXTasks.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConvertSceneJsonKey | const TCHAR * | FBX/InterchangeDispatcherFBXTasks.h | |
| ConvertSceneUnitJsonKey | const TCHAR * | FBX/InterchangeDispatcherFBXTasks.h | |
| ForceFrontXAxisJsonKey | const TCHAR * | FBX/InterchangeDispatcherFBXTasks.h | |
| KeepFbxNamespaceJsonKey | const TCHAR * | FBX/InterchangeDispatcherFBXTasks.h | |
| TaskName | const TCHAR * | FBX/InterchangeDispatcherFBXTasks.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bConvertScene | bool | FBX/InterchangeDispatcherFBXTasks.h | ||
| bConvertSceneUnit | bool | FBX/InterchangeDispatcherFBXTasks.h | ||
| bForceFrontXAxis | bool | FBX/InterchangeDispatcherFBXTasks.h | ||
| bKeepFbxNamespace | bool | FBX/InterchangeDispatcherFBXTasks.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetDoesConvertScene() |
FBX/InterchangeDispatcherFBXTasks.h | ||
bool GetDoesConvertSceneUnit() |
FBX/InterchangeDispatcherFBXTasks.h | ||
bool GetDoesForceFrontXAxis() |
FBX/InterchangeDispatcherFBXTasks.h | ||
bool GetDoesKeepFbxNamespace() |
FBX/InterchangeDispatcherFBXTasks.h |
Overridden from FJsonLoadSourceCmd
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FJsonObject > GetActionDataObject() |
FBX/InterchangeDispatcherFBXTasks.h | ||
virtual bool IsActionDataObjectValid
(
const FJsonObject& ActionDataObject |
FBX/InterchangeDispatcherFBXTasks.h |