Sends an Event based on the value of a Float Variable. The float could represent distance, angle to a target, health left... The array sets up float ranges that correspond to Events.
Float Variable
The float variable to test.
Less Than
Test if the float is less than a value. Each entry in the array defines a range between it and the previous entry.
Send Event
Event to send if true.
Every Frame
Repeat every frame.