Get Actors In Box
CallableGetActorsInBoxReturns all actors within an axis-aligned box region. Useful for area-of-effect queries.
Type: Callable (has execution pins)
Category: Fortuna|Gameplay Utilities
Keywords: gameplay utilities
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Center | Vector | — | Center parameter |
| HalfExtent | Vector | — | HalfExtent parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutActors | Actor Array | OutActors output |
Example Use Cases
Example 1
Get all actors inside a room-sized box to trigger an event.