How to know which foliage type I have selected in the viewport?

I was struggling with this too and couldn’t find a proper way. As a workaround, to find out what foliage instance was in my scene I made a quick Blueprint actor, which fires a linetrace forwards on ConstructionScript, then prints out the hit component.

1 Like