unreal.GeometryScriptCreateNewSkeletalMeshAssetOptions

class unreal.GeometryScriptCreateNewSkeletalMeshAssetOptions(enable_recompute_normals: bool = False, enable_recompute_tangents: bool = False, materials: None = {}, use_mesh_bone_proportions: bool = False)

Bases: StructBase

Geometry Script Create New Skeletal Mesh Asset Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingEditor

  • File: CreateNewAssetUtilityFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enable_recompute_normals (bool): [Read-Write]

  • enable_recompute_tangents (bool): [Read-Write]

  • materials (Map[Name, MaterialInterface]): [Read-Write]

  • use_mesh_bone_proportions (bool): [Read-Write] If true, will use the skeleton proportions (if availabale) stored in the dynamic mesh.

property enable_recompute_normals: bool

[Read-Write]

Type:

(bool)

property enable_recompute_tangents: bool

[Read-Write]

Type:

(bool)

property materials: None

[Read-Write]

Type:

(Map[Name, MaterialInterface])

property use_mesh_bone_proportions: bool

[Read-Write] If true, will use the skeleton proportions (if availabale) stored in the dynamic mesh.

Type:

(bool)