Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UPreviewMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMaterial
(
UMaterialInterface* Material |
Set material on the preview mesh | PreviewMesh.h | |
void SetMaterial
(
int MaterialIndex, |
Set material on the preview mesh | PreviewMesh.h |
SetMaterial(UMaterialInterface *)
Description
Set material on the preview mesh
| Name | SetMaterial |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include Path | #include "PreviewMesh.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp |
void SetMaterial
(
UMaterialInterface * Material
)
SetMaterial(int, UMaterialInterface *)
Description
Set material on the preview mesh
| Name | SetMaterial |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include Path | #include "PreviewMesh.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp |
void SetMaterial
(
int MaterialIndex,
UMaterialInterface * Material
)