Is there a way to do TSubObjectOf?

Hello, i wanted to be able to have a dropdown to select instances that derive from AActor or another derived class. Is there a way to do this?

I didn’t heard of such thing, there is TSubclassOf where you can select from dropdown all classses derived from specified class.