Console.CancelKeyPress analogue for UE4 Console Program?

In C# we have Console.CancelKeyPress event for handling Ctrl+C key for Console applications.

Is there any such event for UE4 Console Programs? (TargetType.Program).