Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Classes
| Type | Name | Description | |
|---|---|---|---|
| TBasicElementSet | A generic data storage class template for 3D or 2D vector data representing geometric elements composed of 1, 2, or 3 points, nominally points, lines and triangles respectively. | ||
| UBasic2DLineSetComponent | Instantiation of a basic line set component in 2D using FVector2f for line positions. | ||
| UBasic2DPointSetComponent | Instantiation of a basic point set component in 2D using FVector2f for point positions. | ||
| UBasic2DTriangleSetComponent | Instantiation of a basic line set component in 2D using FVector2f for line positions. | ||
| UBasic3DLineSetComponent | Instantiation of a basic line set component in 3D using FVector3f for line positions. | ||
| UBasic3DPointSetComponent | Instantiation of a basic point set component in 3D using FVector3f for point positions. | ||
| UBasic3DTriangleSetComponent | Instantiation of a basic line set component in 3D using FVector3f for line positions. | ||
| UBasicLineSetComponentBase | UBasic2DLineSetComponent and UBasic3DLineSetComponent are components that draw a set of lines as small squares. | ||
| UBasicPointSetComponentBase | UBasic2DPointSetComponent and UBasic3DPointSetComponent are components that draw a set of points as small squares. | ||
| UBasicTriangleSetComponentBase | UBasic2DTriangleSetComponent and UBasic3DTriangleSetComponent are components that draw a set of lines as small squares. |