Navigation
Unreal Engine C++ API Reference > Editor > MeshPaint
References
Module | MeshPaint |
Header | /Engine/Source/Editor/MeshPaint/Public/MeshPaintTypes.h |
Include | #include "MeshPaintTypes.h" |
Syntax
struct FMeshSelectedMaterialInfo
Remarks
Wrapper to store which of a meshes materials is selected as well as the total number of materials.
Variables
Type | Name | Description |
---|---|---|
int32 | NumMaterials | |
int32 | SelectedMaterialIndex |
Constructors
Type | Name | Description |
---|---|---|
FMeshSelectedMaterialInfo ( int32 InNumMaterials ) | ||
FMeshSelectedMaterialInfo ( int32 InNumMaterials ) |