unreal.GeometryScriptGenerateLightmapUVOptions

class unreal.GeometryScriptGenerateLightmapUVOptions

Bases: EnumBase

Options to control whether lightmap UVs are generated

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshAssetFunctions.h

DO_NOT_GENERATE_LIGHTMAP_U_VS: GeometryScriptGenerateLightmapUVOptions = Ellipsis

Do not generate lightmap UVs

Type:

2

GENERATE_LIGHTMAP_U_VS: GeometryScriptGenerateLightmapUVOptions = Ellipsis

Generate lightmap UVs

Type:

1

MATCH_TARGET_LOD_SETTING: GeometryScriptGenerateLightmapUVOptions = Ellipsis

Match the lightmap UV generation setting of the target LOD, if it exists. For a new LOD, match LOD 0.

Type:

0