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 IntegernamedIndex 
- 
Next add a Switch on Intaction, connected to theModMenuButtonPressedevent.- 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 ModButtonis 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 
Basic Example Of ModButtons & PrintToModLoader
