@Ryan how would i change the default bind to another key. Reasons being....
Middle mouse is split stack, I cannot split a stack without build Gui poping up and interfering.
I use a secondary plugin where the middle mouse click is used for changing a grade of a wall in front of me.
Dont get me wrong i love the plugin, but you could not have chosen a worse key to use XD
OK Can someone change this to solved?
After a super quick response I was able to fix the issue by modifying the Build.cs file and finding the line --
if(state.WasJustPressed(BUTTON.FIRE_THIRD))
to a desired button combination.
Please refer to the below link for a very adequete example!
Inputstate-buttons
Middle mouse is split stack, I cannot split a stack without build Gui poping up and interfering.
I use a secondary plugin where the middle mouse click is used for changing a grade of a wall in front of me.
Dont get me wrong i love the plugin, but you could not have chosen a worse key to use XD
OK Can someone change this to solved?
After a super quick response I was able to fix the issue by modifying the Build.cs file and finding the line --
if(state.WasJustPressed(BUTTON.FIRE_THIRD))
to a desired button combination.
Please refer to the below link for a very adequete example!
Inputstate-buttons