Basic Math How To

You can use the “Min” node: https://docs.unrealengine.com/latest/INT/BlueprintAPI/Math/Float/Min_float/index.html

One of the input parameter is your float variable, the other will be the value “7”. The result will be the lower value.