Get Actors In Sphere
CallableGetActorsInSphereReturns all actors within a sphere radius using an overlap query.
Type: Callable (has execution pins)
Category: Fortuna|Gameplay Utilities
Keywords: gameplay utilities
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Center | Vector | — | Center parameter |
| Radius | Float | — | Radius parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutActors | Actor Array | OutActors output |
Example Use Cases
Example 1
Find all actors within explosion radius to apply damage.