In this episode of my third person shooter series, I am going to add an intel system for the player to read intel items in game. This can be used as a system to give important gameplay information such as keycodes that player can use in game. When player go near an intel item, a notification will appear that says, "Read intel (E)" and after pressing interact button, player can open and view information. We will create the interaction system, widget UI and everything else required for this system to work in this tutorial.