So " I wanted the circle to be green when the player is healthy, and red, when its dying, so I did a lerp between red and green, based on a collection parameter, called "hp". A collection parameter is a parameter that can be accessed by blueprints, and can be changed dynamically. I used a power on this value, because I…