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 FTextureTargetListInfo
Remarks
Wrapper to expose texture targets to WPF code.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsSelected | ||
| UTexture2D * | TextureData | ||
| uint32 | UndoCount | ||
| uint32 | UVChannelIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextureTargetListInfo
(
UTexture2D* InTextureData, |