| BevelDistance |
float |
Distance that each beveled mesh edge is inset from it's initial position |
GeometryScript/MeshModelingFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| bInferMaterialID |
bool |
If true, when faces on either side of a beveled mesh edges have the same Material ID, beveled edge will be set to that Material ID. |
GeometryScript/MeshModelingFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| RoundWeight |
float |
Roundness of the bevel. Ignored if Subdivisions = 0. |
GeometryScript/MeshModelingFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| SetMaterialID |
int |
Material ID to set on the new faces introduced by bevel operation, unless bInferMaterialID=true and non-ambiguous MaterialID can be inferred from adjacent faces |
GeometryScript/MeshModelingFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| Subdivisions |
int |
Number of edge loops added along the bevel faces |
GeometryScript/MeshModelingFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|