블랙 프라이데이 크리에이터 세일을 시작합니다! 12월 4일 오후 1시 59분까지 엄선된 콘텐츠를 70% 할인받으세요.

Clipboard Kit

평점 없음

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.

​세일$4.99
$2.49로그인하여 구매
  • 지원 플랫폼
  • 지원 엔진 버전
    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.