Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Structure used to hold per-triangle data for texture painting
| Name | FTexturePaintTriangleInfo |
| Type | struct |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintingToolsetTypes.h |
| Include Path | #include "MeshPaintingToolsetTypes.h" |
Syntax
struct FTexturePaintTriangleInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TrianglePoints | FVector2D | MeshPaintingToolsetTypes.h | ||
| TriUVs | FVector2D | MeshPaintingToolsetTypes.h | ||
| TriVertices | FVector | MeshPaintingToolsetTypes.h |