This is the 22nd 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 reflect the faction color of the selected actor in the UI. Here the profile icon/ character icon of the selected character will dynamically have the same color as the faction color of the selected actor. Similarly the health bar of the character will also have the faction color. We will also setup a UI material for the profile images to dynamically change the character color.