unreal.GeometryScriptPatchBuilderOptions
¶
- class unreal.GeometryScriptPatchBuilderOptions(initial_patch_count: int = 0, min_patch_size: int = 0, patch_curvature_alignment_weight: float = 0.0, patch_merging_metric_thresh: float = 0.0, patch_merging_angle_thresh: float = 0.0, exp_map_options: GeometryScriptExpMapUVOptions = Ellipsis, respect_input_groups: bool = False, group_layer: GeometryScriptGroupLayer = Ellipsis, auto_pack: bool = False, packing_options: GeometryScriptRepackUVsOptions = Ellipsis)¶
Bases:
StructBase
Geometry Script Patch Builder Options
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: MeshUVFunctions.h
Editor Properties: (see get_editor_property/set_editor_property)
auto_pack
(bool): [Read-Write]exp_map_options
(GeometryScriptExpMapUVOptions): [Read-Write]group_layer
(GeometryScriptGroupLayer): [Read-Write]initial_patch_count
(int32): [Read-Write]min_patch_size
(int32): [Read-Write]packing_options
(GeometryScriptRepackUVsOptions): [Read-Write]patch_curvature_alignment_weight
(float): [Read-Write]patch_merging_angle_thresh
(float): [Read-Write]patch_merging_metric_thresh
(float): [Read-Write]respect_input_groups
(bool): [Read-Write]
- property exp_map_options: GeometryScriptExpMapUVOptions¶
[Read-Write]
- Type:
- property group_layer: GeometryScriptGroupLayer¶
[Read-Write]
- Type:
- property packing_options: GeometryScriptRepackUVsOptions¶
[Read-Write]
- Type: