unreal.GeometryCollectionLevelSetData

class unreal.GeometryCollectionLevelSetData

Bases: unreal.StructBase

Geometry Collection Level Set Data

C++ Source:

  • Module: GeometryCollectionEngine

  • File: GeometryCollectionObject.h

Editor Properties: (see get_editor_property/set_editor_property)

  • max_cluster_level_set_resolution (int32): [Read-Write] Max Cluster Level Set Resolution: * Resolution on the smallest axes for the level set. (def: 10)

  • max_level_set_resolution (int32): [Read-Write] Max Level Set Resolution: * Resolution on the smallest axes for the level set. (def: 10)

  • min_cluster_level_set_resolution (int32): [Read-Write] Min Cluster Level Set Resolution: * Resolution on the smallest axes for the level set. (def: 5)

  • min_level_set_resolution (int32): [Read-Write] Min Level Set Resolution: * Resolution on the smallest axes for the level set. (def: 5)