Meshingun Studio: 所有产品五折优惠

Clipboard Kit

Nebula Dev - 代码插件 - 2023/09/27
尚未评分

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.

  • 支持的平台
  • 支持的引擎版本
    5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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.

技术细节

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.