Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Mesh Bevel Selection Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Mesh Bevel Selection Options |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Bevel Distance | Distance that each beveled mesh edge is inset from it's initial position |
| boolean | Infer Material ID | 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. Otherwise SetMaterialID is used. |
| integer | Set Material ID | 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 |
| integer | Subdivisions | Number of edge loops added along the bevel faces |
| real | Round Weight | Roundness of the bevel. Ignored if Subdivisions = 0. |