Unreal Engine Blueprint API Reference > Collision
Returns list of actors this actor is overlapping (any component overlapping any component). Does not return itself.
Target is Actor
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
class | Class Filter | [optional] If set, only returns actors of this class or subclasses |
Outputs
Type | Name | Description |
---|---|---|
object | Overlapping Actors | [out] Returned list of overlapping actors |