Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintingToolsetTypes.h |
| Include | #include "MeshPaintingToolsetTypes.h" |
Syntax
struct FPaintableTexture
Remarks
Structure used to house and compare Texture and UV channel pairs
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPaintableTexture
(
T InTexture, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPaintableTexture& rhs |
Overloaded equality operator for use with TArrays Contains method. |