Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/Properties
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UNewMeshMaterialProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/MeshMaterialProperties.h |
| Include | #include "Properties/MeshMaterialProperties.h" |
Syntax
UCLASS&40;&41;
class UNewMeshMaterialProperties : public UInteractiveToolPropertySet
Remarks
Standard material property settings for tools that generate new meshes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowExtendedOptions | If true, extended options are available | |
| bool | bShowWireframe | If true, overlays preview with wireframe | |
| bool | bWorldSpaceUVScale | If true, UV scale will be relative to world space. | |
| TWeakObjectPtr< UMaterialInterface > | Material | Material for new mesh | |
| float | UVScale | Scale factor for generated UVs |
Constructors
| Type | Name | Description | |
|---|---|---|---|