Random Point On Sphere
PureRandomPointOnSphereReturns a uniformly distributed random point on the surface of a sphere.
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| SphereCenter | FVector | — | SphereCenter parameter |
| SphereRadius | float | — | SphereRadius parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Spawn effects around a character evenly.
Example 2
Random direction for an explosion impulse.