Navigation
API > API/Editor > API/Editor/MeshPaint > API/Editor/MeshPaint/FPaintableTexture
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MeshPaintTypes.h | |||
FPaintableTexture
(
T InTexture, |
MeshPaintTypes.h |
FPaintableTexture()
| Name | FPaintableTexture |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintTypes.h |
| Include Path | #include "MeshPaintTypes.h" |
FPaintableTexture()
FPaintableTexture(T, uint32)
| Name | FPaintableTexture |
| Type | function |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintTypes.h |
| Include Path | #include "MeshPaintTypes.h" |
template<typename T UE_REQUIRES>
FPaintableTexture
(
T InTexture,
uint32 InUVChannelIndex
)