Eagle 3D Streaming

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.

CopyDemo.mp4

 

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"}

 

 

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

 

 


Need help? Contact Support

If you still need help, contact support to get your issue resolved quickly.

Submit a new request at E3DS support portal or send an Email at support@eagle3dstreaming.com.

Seek advice. Connect with others. Share your experiences. Join our lively E3DS Community Forum today.

Eagle 3D Streaming