Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialInstanceDynamic * ToolSetupUtil::GetSimpleCustomMaterial
(
UInteractiveToolManager* ToolManager, |
ToolSetupUtil.h | ||
UMaterialInstanceDynamic * ToolSetupUtil::GetSimpleCustomMaterial
(
UInteractiveToolManager* ToolManager, |
ToolSetupUtil.h |
ToolSetupUtil::GetSimpleCustomMaterial(UInteractiveToolManager *, const FLinearColor &)
| Name | ToolSetupUtil::GetSimpleCustomMaterial |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ToolSetupUtil.h |
| Include Path | #include "ToolSetupUtil.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/ToolSetupUtil.cpp |
namespace ToolSetupUtil
{
UMaterialInstanceDynamic * ToolSetupUtil::GetSimpleCustomMaterial
(
UInteractiveToolManager * ToolManager,
const FLinearColor & Color
)
}
Simple material with configurable color. The material will have opaque blend mode.
ToolSetupUtil::GetSimpleCustomMaterial(UInteractiveToolManager *, const FLinearColor &, float)
| Name | ToolSetupUtil::GetSimpleCustomMaterial |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ToolSetupUtil.h |
| Include Path | #include "ToolSetupUtil.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/ToolSetupUtil.cpp |
namespace ToolSetupUtil
{
UMaterialInstanceDynamic * ToolSetupUtil::GetSimpleCustomMaterial
(
UInteractiveToolManager * ToolManager,
const FLinearColor & Color,
float Opacity
)
}
Simple material with configurable color and opacity. Note that the material will have translucent blend mode, which can interact poorly with overlapping translucent objects, so use the other overload if you do not need opacity control.