Use commets to reply for anwsers ![]()
If you want to use Axis i guess you will need to track axis whatever it pops twice and then use timer to measure distance between clicks.
GetWorldTimerManager().SetTimer(this, &ASomeClass::FunctionToCall, TimeInFloat);
or count based on adding DeltaTimes?
Set bool to true on first detection and then start counting time (or do settimer to function) and when times up set bool to false. If you detected another axis pop when bool is true it means you got double click ;]
Alternatively you can map single button action and axis in same time