Hello, I would like to know if there is any way of using a Blueprint Class as a separated controller to manage other blueprint classes in my game. Since I must to indicate a parent for my blueprint class I am not sure which c++ class to use.
I tried to do it by creating a new blueprint class from Object class, but it seems that this doesn’t allow me to access to other usefull functions from Unreal
Thanks