Plugin

[=;35562]

Each blueprint event emits an integer called ‘controller’. Simply add an IF statement and compare it to the controller you want (typically 0 for left, 1 for right) and any statements after that IF statement will only be for the controller you want. Additionally if you want to support people potentially misplacing their controllers, you can make a call to ‘HydraWhichHand(int32 controller)’ which will determine which hand the controller is being held in (returning 0 for left, 1 for right). is determined by where the controller was last docked (which side of the dock it was).
[/]

Fantastic Thank you :smiley: