Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- FGeometryScriptBakeTypes
- FGeometryScriptBakeType_Curvature
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBakeFunctions.h |
| Include | #include "GeometryScript/MeshBakeFunctions.h" |
Syntax
struct FGeometryScriptBakeType_Curvature : public FGeometryScriptBakeTypes
Variables
| Type | Name | Description | |
|---|---|---|---|
| EGeometryScriptBakeCurvatureClampMode | Clamping | Clamping applied to curvature values before color mapping | |
| EGeometryScriptBakeCurvatureColorMode | ColorMapping | How to map calculated curvature values to colors | |
| float | ColorRangeMultiplier | 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. | |
| EGeometryScriptBakeCurvatureTypeMode | CurvatureType | Type of curvature | |
| float | MinRangeMultiplier | 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. |