FMeshSelectedMaterialInfo

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

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

NumMaterials

Public variable

int32

 

SelectedMaterialIndex

Constructors

Name Description

Public function

FMeshSelectedMaterialInfo

(
    int32 InNumMaterials
)

Public function

FMeshSelectedMaterialInfo

(
    int32 InNumMaterials
)

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