Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Spline Sampling Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Spline Sampling Options |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Num Samples | |
| real | Error Tolerance | |
| enum | Sample Spacing | |
| enum | Coordinate Space | |
| enum | Range Method | How the RangeStart and RangeEnd parameters will be interpreted |
| real | Range Start | If not evaluating the full spline, where to start sampling. Expressed in units based on the EvaluateRange value. |
| real | Range End | If not evaluating the full spline, where to stop sampling. Expressed in units based on the EvaluateRange value. |