FPaintableTexture

Structure used to house and compare Texture and UV channel pairs

Windows
MacOS
Linux

References

Module

MeshPaint

Header

/Engine/Source/Editor/MeshPaint/Public/MeshPaintTypes.h

Include

#include "MeshPaintTypes.h"

Syntax

struct FPaintableTexture

Remarks

Structure used to house and compare Texture and UV channel pairs

Variables

Name Description

Public variable

UTexture *

 

Texture

Public variable

int32

 

UVChannelIndex

Constructors

Name Description

Public function

FPaintableTexture

(
    UTexture* InTexture,
    uint32 InUVChannelIndex
)

Public function

FPaintableTexture

(
    UTexture* InTexture,
    uint32 InUVChannelIndex
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FPaintableTexture& rhs
)

Overloaded equality operator for use with TArrays Contains method.

Public function Const

bool

 

operator==

(
    const FPaintableTexture& rhs
)

Overloaded equality operator for use with TArrays Contains method.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss