스포트라이트 세일: 9월 23일 오후 10시 59분까지 엄선된 애니메이션을 50% 할인받으세요.

ClipSync

평점 없음

A tool to easily store/share data to and from Unreal.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

This tool provides an Editor Utility Widget that lets you store and retrieve any data that you would expect to copy and paste inside of Unreal Engine. This is essentially a glorified Clipboard Library. Using global/local save location options, this tool can be used as a personal library and/or to share data within a studio among unlimited users.


Video Documentation: https://youtu.be/ulxtl1rFT4Q

Discord (for feedback and troubleshooting): https://discord.gg/tVmJmPqneu


For example, one of the most common uses I have had is to quickly copy a bunch of blueprint nodes and store it in the Local Save path and come back a different day to paste that in blueprints whenever I needed them. Instead, if I have a coworker with whom I want to share this with or say some keys on a track, then I follow the same process but point it to the Global Save path, which I can choose to be a network drive location. As soon as I store it, the coworker can instantly see it in his Global library (if his global save path is set to the same) and paste the data in his own editor.


For ease of use, there are multiple filters and sorting features that can be applied as well.


FEATURES:

  • Global/Local Save: Set global & local save folder paths and store data with a title & description to those paths on the fly.
  • Library Collection: View your entire collection of global/local items listed along with project name, author, data, and time of creation. Easily retrieve the saved data or delete the entry with a click of a button.
  • Filters & Sorting: Ability to filter through the items by project name, author, data, or time from a dropdown. Sort the items in ascending or descending order for any of the listed columns.

기술적 세부사항

Intended for in-Editor use only

Supported Dev Platforms: Win64

Number of C++ functions: 31

Number of Editor Utility Widgets: 5

Includes 2 project settings under AstralForgeTools -> ClipSync


EXPOSED C++ FUNCTIONS:

CLIPSYNC:

  • GlobalSavePath (Pure), LocalSavePath (Pure), SetGlobalSavePath, SetLocalSavePath, CopyObjectsToClipboard, CopyTextToClipboard, TextFromClipboard, ExportObjectsToText


COMMONTOOLS [distributed with all of AFC's tools]:

  • ProjectName (Pure), GetAllSaveFileNames, SaveFileDirectory, GetAllFilesAtPath, IsPlayingInEditor (Pure), BinaryInsertionSortString (Pure), BinaryInsertionSortInt, BinaryInsertionSortFloat (Pure), BinarySearchString (Pure), BinarySearchInt (Pure), BinarySearchFloat (Pure), LockActorMovement, ApplyEulerFilter, EulerFilterAngle, NormalizeAngle, GetPackage, OpenFileDialogBox, OpenFolderDialogBox, WriteTextToFile, ReadTextFromFile, DeleteFile, FindAllFiles, ShowInContentBrowser