B1OnRangeChangedScript
- Defines a script triggered when a value enters or exits a specified float range.
| Property | Type | Description | Metadata |
|---|---|---|---|
| From | float | The lower bound of the value range. | Category: B1OnRangeChangedScript |
| To | float | The upper bound of the value range. | Category: B1OnRangeChangedScript |
| EnterScriptId | FName | The script ID executed when the value enters this range. | Category: B1OnRangeChangedScript Foreign: Script.Id |
| ExitScriptId | FName | The script ID executed when the value exits this range. | Category: B1OnRangeChangedScript Foreign: Script.Id |