Unreal Engine Blueprint API Reference > Collision
Check whether any component of this Actor is overlapping any component of another Actor.
Target is Actor
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
object | Other | The other Actor to test against |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Whether any component of this Actor is overlapping any component of another Actor. |