unreal.GeometryScriptCopyMeshFromAssetOptions

class unreal.GeometryScriptCopyMeshFromAssetOptions(apply_build_settings: bool = False, request_tangents: bool = False, ignore_remove_degenerates: bool = False)

Bases: StructBase

Geometry Script Copy Mesh from Asset Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshAssetFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • apply_build_settings (bool): [Read-Write] Apply Build Settings

  • ignore_remove_degenerates (bool): [Read-Write] Ignore Remove Degenerates

  • request_tangents (bool): [Read-Write] Request Tangents

property apply_build_settings: bool

[Read-Write] Apply Build Settings

Type:

(bool)

property ignore_remove_degenerates: bool

[Read-Write] Ignore Remove Degenerates

Type:

(bool)

property request_tangents: bool

[Read-Write] Request Tangents

Type:

(bool)