Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | UBakeCurvatureMapToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeToolCommon.h |
| Include Path | #include "BakeMeshAttributeToolCommon.h" |
Syntax
UCLASS (MinimalAPI)
class UBakeCurvatureMapToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UBakeCurvatureMapToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UBakeCurvatureMapToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Clamping | EBakeCurvatureClampMode | Clamping applied to curvature values before color mapping | BakeMeshAttributeToolCommon.h |
|
| ColorMapping | EBakeCurvatureColorMode | How to map calculated curvature values to colors | BakeMeshAttributeToolCommon.h |
|
| ColorRangeMultiplier | float | Multiplier for how the curvature values fill the available range in the selected Color Mapping; a larger value means that higher curvature is required to achieve the maximum color value. | BakeMeshAttributeToolCommon.h |
|
| CurvatureType | EBakeCurvatureTypeMode | Type of curvature | BakeMeshAttributeToolCommon.h |
|
| MinRangeMultiplier | float | Minimum for the curvature values to not be clamped to zero relative to the curvature for the maximum color value; a larger value means that higher curvature is required to not be considered as no curvature. | BakeMeshAttributeToolCommon.h |
|