Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
The basic set of properties shared by (more or less) all DisplacementTypes.
| Name | UDisplaceMeshCommonProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DisplaceMeshTool.h |
| Include Path | #include "DisplaceMeshTool.h" |
Syntax
UCLASS (MinimalAPI)
class UDisplaceMeshCommonProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UDisplaceMeshCommonProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UDisplaceMeshCommonProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisableSizeWarning | bool | DisplaceMeshTool.h |
|
|
| bInvertWeightMap | bool | DisplaceMeshTool.h |
|
|
| bShowWireframe | bool | DisplaceMeshTool.h |
|
|
| DisplacementType | EDisplaceMeshToolDisplaceType | Displacement type | DisplaceMeshTool.h |
|
| meta | Displacement intensity | DisplaceMeshTool.h |
|
|
| SubdivisionType | EDisplaceMeshToolSubdivisionType | Type of the mesh subdivision. | DisplaceMeshTool.h |
|
| WeightMap | FName | Select vertex weight map. | DisplaceMeshTool.h |
|
| WeightMapsList | TArray< FString > | DisplaceMeshTool.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetWeightMapsFunc() |
DisplaceMeshTool.h |