unreal.GeometryScriptBakeSourceMeshOptions

class unreal.GeometryScriptBakeSourceMeshOptions(source_normal_map: Texture2D = Ellipsis, source_normal_uv_layer: int = 0, source_normal_space: GeometryScriptBakeNormalSpace = Ellipsis)

Bases: StructBase

Geometry Script Bake Source Mesh Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshBakeFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • source_normal_map (Texture2D): [Read-Write]

  • source_normal_space (GeometryScriptBakeNormalSpace): [Read-Write]

  • source_normal_uv_layer (int32): [Read-Write]

property source_normal_map: Texture2D

[Read-Write]

Type:

(Texture2D)

property source_normal_space: GeometryScriptBakeNormalSpace

[Read-Write]

Type:

(GeometryScriptBakeNormalSpace)

property source_normal_uv_layer: int

[Read-Write]

Type:

(int32)