How to get a windows virtual keycode from a FKey?

What it says in the title, CoherentUI takes a keycode to send keyboard input to a html page, but I can’t see a way to get a keycode (Just an integer) from an FKey object.

Anyone know how?

This might do the trick
https://docs.unrealengine.com/latest/INT/API/RuntimeModules/InputCore/FInputKeyManager/GetKeyCodeFromKey/index.html

That looks like exactly what I’m after, apparently I’m just terrible at searching the documentation. Thanks!