How to enable delete key repeat functionality for iOS integrated keyboard in Unreal Engine?

I am using the integrated iOS keyboard in my Unreal Engine project. Currently, when I press the delete key, it only deletes one character at a time. However, I want the delete key to continuously delete characters when it is held down (like the key repeat functionality).

How can I achieve this behavior in Unreal Engine for the iOS integrated keyboard?