Navigation
API > API/Editor > API/Editor/MeshPaint > API/Editor/MeshPaint/FPaintableTexture
Overloads
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
)