Logic Case

An actor that compares the input value to up to 16 configured cases, firing the appropriate event for that case.
Events
Description
Named Arguments
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.
-
Functions
Description
Parameters
Test
Compare the value to the case values, and fire the appropriate 'OnCase' event.
<FString
Value>
Last updated