Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeFbxTranslatorSettings |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Fbx/InterchangeFbxTranslator.h |
| Include Path | #include "Fbx/InterchangeFbxTranslator.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew, MinimalAPI)
class UInterchangeFbxTranslatorSettings : public UInterchangeTranslatorSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeTranslatorSettings → UInterchangeFbxTranslatorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bConvertScene | bool | Whether to convert FBX scene axis system to Unreal axis system. | Fbx/InterchangeFbxTranslator.h |
|
| bConvertSceneUnit | bool | Whether to convert the scene from FBX unit to UE unit (centimeter). | Fbx/InterchangeFbxTranslator.h |
|
| bForceFrontXAxis | bool | Whether to force the front axis to be align with X instead of -Y default. | Fbx/InterchangeFbxTranslator.h |
|
| bKeepFbxNamespace | bool | Whether to keep the name space from FBX name. | Fbx/InterchangeFbxTranslator.h |
|