Skip to content

nahuelarjonadev/SelectionBUG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SelectionBUG

This repo is meant to demonstrate the bug in AHUD::GetActorsInSelectionRectangle method from Unreal Engine, as of 4.25.3

Steps to reproduce:

  1. Launch the Project in the editor
  2. Start a PIE session
  3. Press and hold the left mouse button to start a selection rectangle
  4. While holding left click, try to include the two cilinders (TestActors) inside the green selection rectangle that is drawn
  5. Notice that another TestActor (TestActor OUTSIDE THE SCREEN) is always considered as part of the selection

All the relevant code is inside CustomHUD, plus two delegates on TopDownController and the corresponding input binding

Related Pull Request: https://github.com/EpicGames/UnrealEngine/pull/7350

About

This repo is used to reproduce the behavior of a bug in AHUD::GetActorsInSelectionRectangle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published