GetActorsInSelectionRectangle

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

GetActorsInSelectionRectangle

(
    const FVector2D& FirstPoint,
    const FVector2D& SecondPoint,
    TArray< ClassFilter* >& OutAc...,
    bool bIncludeNonCollidingComponents,
    bool bActorMustBeFullyEnclosed
)

Returns the array of actors inside a selection rectangle, with a class filter.

Public function

void

 

GetActorsInSelectionRectangle

(
    TSubclassOf< AActor > ClassFilter,
    const FVector2D& FirstPoint,
    const FVector2D& SecondPoint,
    TArray< AActor* >& OutActors,
    bool bIncludeNonCollidingComponents,
    bool bActorMustBeFullyEnclosed
)

Returns the array of actors inside a selection rectangle, with a class filter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss