unreal.GeometryScriptCopyMeshFromAssetOptions

class unreal.GeometryScriptCopyMeshFromAssetOptions(apply_build_settings=True, request_tangents=True, ignore_remove_degenerates=True)

Bases: unreal.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

[Read-Write] Apply Build Settings

Type

(bool)

property ignore_remove_degenerates

[Read-Write] Ignore Remove Degenerates

Type

(bool)

property request_tangents

[Read-Write] Request Tangents

Type

(bool)