What is the C++ equivalent to the Key Variable?

Question is all in the title but here a picture of the variable am talking about

295233-key-bp.png

i have no clue and i can’t find anything about it, but if you tell me what it does in blueprint i might be able to tell you.

FKey from InputCoreTypes.h

In the class constructor if it is a member variable.

That was it thanks

another quick mini question how do I set it’s default values?

What I meant was this how do I specify what key it is by default like InputKey = E key
how would I make it the E key by default?

InputKey = EKeys::E;

Dope that worked thanks!