Hi,
How we can override
Multiple keys pressed at the same time
for example like “alt+F4” etc, win system keys in game?
#development-discussion:programming-scripting, #programming-scripting:c-programming, #UE4-26, #UE5-0
Hey there @Seiryu09! Welcome back to the community! So Unreal Engine doesn’t have native capabilities to disable OS side inputs, it can only capture and consume inputs that aren’t sent straight to the OS. However if you’re working from source, you could in fact set some hooks to disable the keys directly while your games open and reenable them when your game closes.
Hey there! Overriding Windows key input can be useful for certain situations, such as when you want to disable the Windows key for gaming.