Orbit Point
PureOrbitPointCalculates a point orbiting around a center at a given radius and angle.
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Center | FVector | — | Center parameter |
| Radius | float | — | Radius parameter |
| AngleDegrees | float | — | AngleDegrees parameter |
| UpAxis | FVector | (0,0,1) | UpAxis parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Position satellites/moons orbiting a planet.
Example 2
Arrange items in a circular menu layout.