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