Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshModelingFunctions.h |
| Include | #include "GeometryScript/MeshModelingFunctions.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FGeometryScriptMeshBevelOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyFilterBox | If true the set of beveled PolyGroup edges is limited to those that are fully or partially contained within the (transformed) FilterBox | |
| float | BevelDistance | ||
| bool | bFullyContained | If true, then only PolyGroup edges that are fully contained within the filter box will be beveled, otherwise the edge will be beveled if any vertex is within the filter box. | |
| bool | bInferMaterialID | ||
| FBox | FilterBox | Bounding Box used for edge filtering | |
| FTransform | FilterBoxTransform | Transform applied to the FilterBox | |
| int | SetMaterialID |