Enum EMeshApproximationType Path C++ Link /Script/Engine.EMeshApproximationType underlying uint8 /Script/Engine Values 3 NameValueHex MeshAndMaterials00x00MeshShapeOnly10x01EMeshApproximationType_MAX20x02 Used by 1types with a member, parameter or interface of this type FMeshApproximationSettings // /Script/Engine.EMeshApproximationType enum class EMeshApproximationType : uint8 { MeshAndMaterials = 0, MeshShapeOnly = 1, EMeshApproximationType_MAX = 2, };