Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Drawing
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/TriangleSetComponent.h |
| Include | #include "Drawing/TriangleSetComponent.h" |
Syntax
USTRUCT&40;&41;
struct FRenderableTriangleVertex
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | Color | ||
| FVector | Normal | ||
| FVector | Position | ||
| FVector2D | UV |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRenderableTriangleVertex
(
const FVector& InPosition, |