Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Helper struct to store mesh section information in
| Name | FTexturePaintMeshSectionInfo |
| Type | struct |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/TexturePaintToolset.h |
| Include Path | #include "TexturePaintToolset.h" |
Syntax
struct FTexturePaintMeshSectionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FirstIndex | int32 | First vertex index in section | TexturePaintToolset.h | |
| LastIndex | int32 | Last vertex index in section | TexturePaintToolset.h |