Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | EGeometryScriptBakeHeightRangeMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBakeFunctions.h |
| Include Path | #include "GeometryScript/MeshBakeFunctions.h" |
Syntax
enum EGeometryScriptBakeHeightRangeMode
{
Absolute,
RelativeBounds,
}
Values
| Name | Remarks |
|---|---|
| Absolute | Height range defined in absolute units in object space |
| RelativeBounds | Height range defined as a ratio of the maximal bounding box axis |