UI
We will create a HUD so that we can add some elements to the screen for feedback. This will be called WBP_HUD and added to the n00dTraitsExample folder
Add a CanvasPanel
Drag WBP_N00dStatisticsWindow into the panel
Set the stats window slot properties, anchored to the bottom left and make this property true for IsVariable
Create a custom event called Initialise and call Initialise on the stats window
Add this script to Begin Play on the third person character. We are creating the HUD here and initialising the window
Now when you PIE, you will see the response from your pickups.
Study the included widgets to setup the UI elements on your own HUD