Dear Epic,
Hi there!
#Repro:
- Make a multi line edit box or multi line text block in a UMG widget
- Display this widget at level start
- Package for HTML5
- Load in offline testing mode (doesnt need to be fully deployed)
- When game starts, enter text in the multi line text that you created
- Select all the text using click-drag
- Right click to show context menu to copy/paste
- Copy
- Now try to paste to your OS (like windows notepad)
This will work in editor build but not in HTML5 built!
#My Own Research
Please note I made a BP node to copy and paste to OS clipboard for my Victory BP Library
This node also cannot copy paste to OS clipboard in HTML5 builds.
I am simply using FPlatformMisc::ClipboardCopy
I imagine the UMG widget is doing something similar
#Summary
Please add support to FPlatformMisc for copy and pasting to OS clipboard in HTML5 builds.
If you know the code and want me to implement it as a pull request to Github, just let me know!