unreal.GeometryScriptCreateNewSkeletalMeshAssetOptions
¶
- class unreal.GeometryScriptCreateNewSkeletalMeshAssetOptions(enable_recompute_normals: bool = False, enable_recompute_tangents: bool = False, materials: None = {})¶
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]
- property materials: None¶
[Read-Write]
- Type:
(Map[Name, MaterialInterface])