Navigation
BlueprintAPI > BlueprintAPI/Collision
Returns an array of actors that overlap the given component.
Target is Kismet System Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Component | Component to test with. |
| transform | Component Transform | Defines where to place the component for overlap testing. |
| enum | Object Types | |
| class | Actor Class Filter | |
| object | Actors to Ignore | Ignore these actors in the list |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Out Actors | Returned array of actors. Unsorted. |
| boolean | Return Value | true if there was an overlap that passed the filters, false otherwise. |