How to add geometry brush in the "Quickly add to project"

Hi everyone

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?

I really thank you in advance for your help.

From what ive read this looks like you have to modify the editor, going based on this discussion.

would be nice an “ini” file allowing you to put class names in maybe a feature request?

Thank you very much for your reply and the link.

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.

Guess I’ll check for a feature request

1 Like