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