unreal.GeometryScriptCalculateNormalsOptions

class unreal.GeometryScriptCalculateNormalsOptions(angle_weighted=True, area_weighted=True)

Bases: unreal.StructBase

Geometry Script Calculate Normals Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshNormalsFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • angle_weighted (bool): [Read-Write] Angle Weighted

  • area_weighted (bool): [Read-Write] Area Weighted

property angle_weighted

[Read-Write] Angle Weighted

Type

(bool)

property area_weighted

[Read-Write] Area Weighted

Type

(bool)