Skip to main content
Skip table of contents

Copy/Paste Clipboard Data in an Unreal Engine App

Learn to copy and paste data from the Clipboard during runtime.

Demo Link:
https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/General?exeLunchArgs=-boothno=14

Before Using some of the features check this document below to learn how to send a Pixel Streaming Command to E3DS System:
How to send a Pixel Streaming Response

Copy Instructions

  1. Go to Booth 14, a UMG will appear.

  2. Type Something in the white space in the UMG and press the Copy Button.

  3. Your typed text is now copied to the clipboard.

Check the video below to copy a text in the Clipboard.

Blueprint Code

image-20240119-131741.png

Send the below Command:
{"cmd":"copytoclipboard","value":"“}

Paste Instructions

  1. Go to Booth 14, a UMG will appear.

  2. Make sure you have copied something in your clipboard and press the Paste Button.

  3. Your clipboard text is now Pasted to the UMG.

The video below displays how to paste your Clipboard text.

Blueprint Code

Send the below Command:

{"cmd":"sendClipBoardData"}

image-20240119-131004.png

When the Paste Button is pressed, this code below is executed. The Copy/Paste Data Function is below:

image-20240119-131401.png


Need help?

🛠️ Contact our Support Team

💬 Join the Community on Discord

🆓 Get Started for free

 

Follow us on:

Facebook | GitHub | LinkedIn | YouTube

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.