UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlanarPolygonMeshGenerator.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Containers/Array.h"
6#include "IndexTypes.h"
7#include "Math/MathFwd.h"
8#include "Math/Vector.h"
9#include "Math/Vector2D.h"
10#include "MeshShapeGenerator.h"
11#include "Polygon2.h"
12
13namespace UE
14{
15namespace Geometry
16{
17
18
54
55
56} // end namespace UE::Geometry
57} // end namespace UE
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Array.h:670
Definition MeshShapeGenerator.h:19
Definition PlanarPolygonMeshGenerator.h:23
FVector3d MakeVertex(double x, double y)
Definition PlanarPolygonMeshGenerator.h:46
GEOMETRYCORE_API void SetPolygon(const TArray< FVector2D > &PolygonVerts)
Definition PlanarPolygonMeshGenerator.cpp:17
virtual GEOMETRYCORE_API FMeshShapeGenerator & Generate() override
Definition PlanarPolygonMeshGenerator.cpp:30
FPolygon2d Polygon
Definition PlanarPolygonMeshGenerator.h:26
GEOMETRYCORE_API FPlanarPolygonMeshGenerator()
Definition PlanarPolygonMeshGenerator.cpp:8
FIndex2i IndicesMap
Definition PlanarPolygonMeshGenerator.h:32
FVector3f Normal
Definition PlanarPolygonMeshGenerator.h:29
Definition AdvancedWidgetsModule.cpp:13
float v
Definition radaudio_mdct.cpp:62
Definition IndexTypes.h:27
int A
Definition IndexTypes.h:32
int B
Definition IndexTypes.h:32