Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AHUD
| Type | Name | Description | |
|---|---|---|---|
| bool | GetActorsInSelectionRectangle
(
const FVector2D& FirstPoint, |
Returns the array of actors inside a selection rectangle, with a class filter. | |
| void | GetActorsInSelectionRectangle
(
TSubclassOf< AActor > ClassFilter, |
Returns the array of actors inside a selection rectangle, with a class filter. |