Logic Compare
Last updated
Last updated
An actor that compares two values and fires the appropriate output event.
OnEquals
Event when the current value equals the compare value.
$Value
: Current compare value
OnNotEquals
Event when the current value does not equal the compare value.
$Value
: Current compare value
OnLessThen
Event when the current value is less than the compare value. Only works with numeric values!
$Value
: Current compare value
OnGreaterThen
Event when the current value is greater than the compare value. Only works with numeric values!
$Value
: Current compare value
SetValue
Set the current value without performing the comparison.
<FString
Value>
SetValueAndCompare
Set the current value and compare it against the compare value.
<FString
Value>
SetCompareValue
Set the compare value.
<FString
Value>
Compare
Compare the current value with the compare value.
-