Hello,
I want to create a master “Spaceship” blueprint that is going to have several rooms inside it.
The rooms are blueprints inheriting from ASpaceshipRoom cpp class.
I also have the doors, blueprints inheriting from ASpaceshipDoor cpp class.
In the main BP_Spaceship blueprint i want to set up all the actors as child actors and I need to fill two properties in each door, in the editor:
The problem is this: in the editor, when i click on the ConnectedRoom property nothing shows up.
How do I make it possible to see the Rooms that are part of BP_Spaceship?