Office reservation system in UE4

Hello all,

I would like to create a reservation system in unreal where I have offices layout and user can click on the office space and update its status from available to not available and vice versa and once the user selects choice the office color and text change also.

Please how can I do that ?
I would appreciate any useful tutorials.

Thanks a lot.

3D.
I understand there is no specific tutorial, I wish if I can understand basic system needed to achieve this.

You are amazing :slight_smile:
Many thanks. I really appreciate your assistance.

Doubt you can find tutorials on something that specific. Is this supposed to be 2d or 3d?

I wish if I can understand basic
system needed to achieve this

  • create a room actor but make it pretty:

  • enable click events in the player controller:

  • add those office rooms to the level:

Image from Gyazo

If every room needs to work and look different, look into Inheritance - it will make development much faster but there’s an upfront cost of learning how it works, of course. Optional. Depends on the scope and end goal.