FMeshSelectedMaterialInfo

Wrapper to store which of a meshes materials is selected as well as the total number of materials.

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 )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library