Skip to content

Clipboard Blueprint Plugin - Some basic UE C++ Windows clipboard functions exposed to Blueprints! UE4.27

Notifications You must be signed in to change notification settings

magxut/ClipboardToolLibaryUE

Repository files navigation

ClipboardToolLibaryUE

Some basic UE C++ Windows clipboard functions exposed to Blueprints!

2024-11-27_22-08

  • Does Clipboard Content Contain: Checks if the clipboard content includes a specific substring.
  • Set Clipboard Content: Sets text content to the clipboard.
  • Get Clipboard Content: Retrieves the current text from the clipboard.
  • Get Clipboard Format: Returns the format of the current clipboard content.
  • Clear Clipboard: Clears all data from the clipboard.
  • Is Clipboard Empty: Checks if the clipboard is empty.

I made this in UE4.27, but it should work in UE5 with no issues I think... Only for Windows!

About

Clipboard Blueprint Plugin - Some basic UE C++ Windows clipboard functions exposed to Blueprints! UE4.27

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published