![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BlendSpaceHelpers.h>
Public Member Functions | |
| FVertex (FVector2D InPosition, int32 InSampleIndex) | |
| bool | operator== (const FVector2D &Other) const |
| bool | operator== (const FVertex &Other) const |
| void | AddTriangle (FTriangle *NewTriangle) |
| void | RemoveTriangle (FTriangle *TriangleToRemove) |
| double | GetDistance (const FVertex &Other) |
Public Attributes | |
| FVector2D | Position |
| TArray< FTriangle * > | Triangles |
| int32 | SampleIndex |
Utility class for FDelaunayTriangleGenerator This represents Points in FDelaunayTriangleGenerator
| FVector2D FVertex::Position |
| int32 FVertex::SampleIndex |