Navigation
Unreal Engine C++ API Reference > 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. |