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