Get only selected/highlighted Text.

Hello. I am currently trying to get only the selected Text when an Function or Event fires.

The reason beeing is that our App runs through web and commands like CTRL+C or CTRL+V won’t reach Unreal directly, but through React we can make an Event happen when we press these Shortcuts, but then the Problem is, how di I only get selected/highlighted text in Unreal from Text Blocks oder Text Boxes, I can’t seem to find any Function doing something like this.

I also need this desperately. Copy Paste function exist but it uses editor UI. Weird we cannot get what the engine gets for itself.