In the Editor (UE 5.1.1), when clicking on the “quickly add to project” icon in the top bar, in the “place actors” section Geometry brush is not appearing (see screenshot).
So far the only way I found to access the Geometry brush is to click on “Place Actors Panel” then click on the Geometry icon.
Is there a way to add the Geometry Brush to the list in the “Place Actors” section?
It seams quite hard to do especially with my current level (don’t even know where to start for reimplementing UUnrealEdEndine).
As for adding actor to the PlacementModule, that would mean creating Actor that extend Brush actor (ABrush?) and set BrushShape in the constructor for each Geometry. Quite a lot of works just for displaying them to the Place Actors section.