Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
| Type | Name | Description | |
|---|---|---|---|
| void | GetOverlappingActors
(
TArray< AActor* >& OverlappingActors, |
Returns a list of actors that this component is overlapping. | |
| void | GetOverlappingActors
(
TSet< AActor* >& OverlappingActors, |
Returns the set of actors that this component is overlapping. |