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