Show Image if the condition is met

I would like to show 1, 2 or 3 stars and the end of each level when condition is met.
My “Finish line” acts as a trigger that shows score and gratulations.
I want to show 1 star if score is less that 1/3 , 2 stars when its greater that 1/3 less that 2/3 etc.

Any ideas ?

Hello, Welcome to the Forums.

My first thought is to use a ‘Map Range’ blueprint node where the maximum input correlates to the highest score possible. (and the output is between 1-3 (or 0-2?))

Let us know how that works out.