CodeLikeMe
patreon
Unreal Engine 5 RTS with C++ - Part 31 - Bind HUD Counters to Gameplay Attributes
🕑 Added 2025-05-23 06:34:45 +0000 UTCThis 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.