The Black Friday Creator Sale is here! Save up to 70% on selected products now through December 3.

Clipboard Kit

Nebula Dev - Code Plugins - Sep 27, 2023
Not Yet Rated

A plugin that provides easy-to-use functions for copying, pasting, checking text content, and determining if the clipboard is empty within Unreal Engine projects.

On Sale$4.99
$2.49Sign in to Buy
  • Supported Platforms
  • Supported Engine Versions
    5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

ClipboardKit is the essential Unreal Engine plugin that streamlines clipboard operations, allowing you to effortlessly manage text within your projects. With ClipboardKit, you can enhance the user experience, streamline data handling, and build more interactive and user-friendly Unreal Engine projects. Simplify your clipboard operations today with ClipboardKit.

Technical Details

Features:

  • Easy-to-use functions for copying text to the clipboard.
  • Retrieve text from the clipboard effortlessly.
  • Check if specific text is available in the clipboard.
  • Determine if the clipboard is empty.
  • Platform-specific compilation settings for Windows (Win64).


Clipboard Kit provides the following functions:

  • CopyTextToClipboard: Copy text to the clipboard.
  • GetClipboardText: Get text from the clipboard.
  • GetClipboardTextPure: Get text from the clipboard (pure).
  • IsClipboardTextAvailable: Check if the clipboard contains a specified text.
  • IsClipboardTextAvailablePure: Check if the clipboard contains a specified text (pure).
  • IsClipboardEmpty: Check if the clipboard is empty.
  • IsClipboardEmptyPure: Check if the clipboard is empty (pure).


Code Modules:

  • ClipboardKit (Runtime)

Number of Blueprints: 0

Number of C++ Classes: 1

Network Replicated: No

Supported Development Platforms:

  • Windows

Supported Target Build Platforms:

  • Windows (Win64)


Documentation: Plugin Documentation

Example Project: Here


Important/Additional Notes:

  • This plugin provides clipboard functionality tailored for Windows (Win64) platforms.