![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/Array.h"#include "Containers/ArrayView.h"#include "Containers/Set.h"#include "FrameTypes.h"#include "Math/Vector.h"#include "Math/Vector2D.h"#include "MeshShapeGenerator.h"#include "Polygon2.h"#include "Util/ProgressCancel.h"#include "VectorTypes.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Geometry |
Enumerations | |
| enum class | UE::Geometry::ECapType { UE::Geometry::None = 0 , UE::Geometry::FlatTriangulation = 1 , UE::Geometry::FlatMidpointFan = 2 } |
| enum class | UE::Geometry::EProfileSweepPolygonGrouping : uint8 { UE::Geometry::Single , UE::Geometry::PerFace , UE::Geometry::PerSweepSegment , UE::Geometry::PerProfileSegment } |
| enum class | UE::Geometry::EProfileSweepQuadSplit : uint8 { UE::Geometry::Uniform , UE::Geometry::ShortestDiagonal } |