Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Get a copy of this vector, clamped inside of an axis aligned cube centered at the origin.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | In Vect | |
| real | In Radius | Half size of the cube (or radius of sphere circumscribed in the cube). |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Return Value | A copy of this vector, bound by cube. |