unreal.FbxAssetImportData

class unreal.FbxAssetImportData(outer=None, name='None')

Bases: unreal.AssetImportData

Base 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 the scene from FBX coordinate system to UE4 coordinate system

  • convert_scene_unit (bool): [Read-Write] Convert the scene from FBX unit to UE4 unit (centimeter).

  • force_front_x_axis (bool): [Read-Write] Convert the scene from FBX coordinate system to UE4 coordinate system with front X axis instead of -Y

  • import_rotation (Rotator): [Read-Write] Import Rotation

  • import_translation (Vector): [Read-Write] Import Translation

  • import_uniform_scale (float): [Read-Write] Import Uniform Scale

  • source_data (AssetImportInfo): [Read-Only] Source file data describing the files that were used to import this asset.

property convert_scene

[Read-Write] Convert the scene from FBX coordinate system to UE4 coordinate system

Type

(bool)

property convert_scene_unit

[Read-Write] Convert the scene from FBX unit to UE4 unit (centimeter).

Type

(bool)

property force_front_x_axis

[Read-Write] Convert the scene from FBX coordinate system to UE4 coordinate system with front X axis instead of -Y

Type

(bool)

property import_rotation

[Read-Write] Import Rotation

Type

(Rotator)

property import_translation

[Read-Write] Import Translation

Type

(Vector)

property import_uniform_scale

[Read-Write] Import Uniform Scale

Type

(float)