Enum ELightmapType Path C++ Link /Script/Engine.ELightmapType underlying uint8 /Script/Engine Values 4 NameValueHex Default00x00ForceSurface10x01ForceVolumetric20x02ELightmapType_MAX30x03 Used by 4types with a member, parameter or interface of this type UFoliageTypeFISMComponentDescriptorBaseUPrimitiveComponentFSplineMeshComponentDescriptorBase // /Script/Engine.ELightmapType enum class ELightmapType : uint8 { Default = 0, ForceSurface = 1, ForceVolumetric = 2, ELightmapType_MAX = 3, };