unreal.FbxAssetImportData¶
- class unreal.FbxAssetImportData(outer=None, name='None')¶
Bases:
unreal.AssetImportDataBase class for import data and options used when importing any asset from FBX
C++ Source:
Module: UnrealEd
File: FbxAssetImportData.h
Editor Properties: (see get_editor_property/set_editor_property)
convert_scene(bool): [Read-Write] Convert Scene: Convert the scene from FBX coordinate system to UE coordinate systemconvert_scene_unit(bool): [Read-Write] Convert Scene Unit: Convert the scene from FBX unit to UE unit (centimeter).force_front_x_axis(bool): [Read-Write] Force Front XAxis: Convert the scene from FBX coordinate system to UE coordinate system with front X axis instead of -Yimport_rotation(Rotator): [Read-Write] Import Rotationimport_translation(Vector): [Read-Write] Import Translationimport_uniform_scale(float): [Read-Write] Import Uniform Scalesource_data(AssetImportInfo): [Read-Only] Source Data: Source file data describing the files that were used to import this asset.
- property convert_scene¶
[Read-Write] Convert Scene: Convert the scene from FBX coordinate system to UE coordinate system
- Type
(bool)
- property convert_scene_unit¶
[Read-Write] Convert Scene Unit: Convert the scene from FBX unit to UE unit (centimeter).
- Type
(bool)