There is a custom class that extend from Object , how do I construct it in another actor blueprint ?
What is the parent class of your constructed class? You can not construct actors and components. For actors you need to use Spawn Actor from Class, for components Add Component nodes. Construct is used for objects that do not exist physically in the world such as widgets. These usually hold variables that you can access and store.
2 Likes