Mod Buttons
- Create a String Variable called ModButtons in your ModActor, In the properties panel change the following to the 9 squares in a box
- Create a new custom event called
ModMenuButtonPressed
-
Under the newly created event, Add a input variable that is a
Integer
namedIndex
-
Next add a
Switch on Int
action, connected to theModMenuButtonPressed
event.- For every single button you wish to have, you will add a pin to this
Switch On Int
- Your pin's must match up to
ModButtons String Array
- When a
ModButton
is clicked, it will send a Execute signal, through which every integer is connected to it.
- For every single button you wish to have, you will add a pin to this