This is the 3st part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. In this episode, we are going to work on how to bind resource counter widgets in the HUD with the actual gameplay attributes that reside on ability system component of the player state. As the gameplay attribute values changes, the change will reflect on the HUD using a gameplay message system based listener we setup in the HUD.