How do I setup standard MMO movement, i.e. depress both mouse buttons to move?

How do I setup standard MMO movement, i.e. depress both mouse buttons to move?

I want the character to move forward when the user presses a mouse cord, i.e. depresses both mouse buttons at the same time.

This is the default control method in WOW, Rift, GW2, etc.

WASD movement is well covered in the Unreal Engine docs & tutorials. But I can find nothing about mouse cord movement.

Is there a way to map two concurrent mouseclick events in Engine Input Axis Mappings interface? Do I have to add a cord event to the underlying C++ classes? Or is there a way to do this in a blueprint?

Thanks in advance.

Might be a better way to do this but this is one way I can think of.

http://i.imgur.com/Q8k5gGx.jpg

[http://i.imgur.com/Q8k5gGx.jpg][2]

Yes, that did it. Many thanks.

Now if only I can use what you’ve shown me to turn the RMB into a rotation click and not a mouselook click…