UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshEnum.h File Reference
#include "Core/Types.h"

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::CADKernel
 
namespace  UE::CADKernel::GridSpace
 

Enumerations

enum  UE::CADKernel::EGridSpace : uint8 { UE::CADKernel::Default2D = 0 , UE::CADKernel::Scaled = 1 , UE::CADKernel::UniformScaled = 2 , UE::CADKernel::EndGridSpace }
 
enum  UE::CADKernel::EMeshingState : uint8 { UE::CADKernel::NotMeshed = 0 , UE::CADKernel::PartiallyMeshed , UE::CADKernel::FullyMeshed }
 
enum  UE::CADKernel::ECoordinateType : uint8 {
  UE::CADKernel::VertexCoordinate , UE::CADKernel::ImposedCoordinate , UE::CADKernel::IsoUCoordinate , UE::CADKernel::IsoVCoordinate ,
  UE::CADKernel::IsoUVCoordinate , UE::CADKernel::OtherCoordinate
}
 

Functions

FString UE::CADKernel::GridSpace::ToString (EGridSpace Space)