Creates a rectangular selection and returns a list of actors.
This plugin provides more selection options than standard UE tools.
- Settings for filtering actors.
- Selection in screen space and with fixation on the first click.
- BoundBox considering rotation.
- Selection definitions by: Center Of BoundBox, BoundBox 6 Points, BoundBox 8 Points, Actor Position or custom points - for all components or for a specific component.
- Single Click: setting when only one actor is selected.
- Supports 3D and 2D games
- Change line width, color, fill color.
- Other settings such as Drawing Threshold.
- You can create additional drawing functions (by getting the coordinates of the rectangle).
Video preview: youtube.com
Full documentation: Here and Here
Forum thread: Here
High performance C ++. Selecting 10 objects = 0.009 ms, selection of 50 objects = 0.021 ms.
Does not support split screen by default (need to limit cursor position).