unreal.GeometryScriptCreateNewSkeletalMeshAssetOptions¶
- class unreal.GeometryScriptCreateNewSkeletalMeshAssetOptions(enable_recompute_normals: bool = False, enable_recompute_tangents: bool = False, materials: None = {}, use_mesh_bone_proportions: bool = False, use_original_vertex_order: bool = False)¶
Bases:
StructBaseGeometry 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.use_original_vertex_order(bool): [Read-Write] Use the original vertex order found in the source data. This is useful if the inbound mesh was originally non-manifold, and needs to keep the non-manifold structure when re-created.
- property materials: None¶
[Read-Write]
- Type:
(Map[Name, MaterialInterface])