Logic Case
Last updated
Last updated
An actor that compares the input value to up to 16 configured cases, firing the appropriate event for that case.
OnCase01...16
Event when the input value equals the case value at (case number).
-
OnDefault
Event when the input value does not equal any of the cases.
-
Test
Compare the value to the case values, and fire the appropriate 'OnCase' event.
<FString
Value>