GIF Recorder

HGsofts - 코드 플러그인 - 2019/06/18

You can make a gif file very easily.

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

This plugin is used for generating gif files on runtime.

Tutorial: YouTube


기술적 세부사항

Features:

  • The plugin works on a thread.
  • The plugin makes a gif file from a TextureRenderTarget2D.
  • By default, the gif file will be saved in the saved folder.
  • If you want to save the file to another folder, you can set "SaveDirectorry" of GifRecorder.
  • Not support the transparent background
  • Not support high quality gif

Code Modules:

  • UGifRecorderComponent
  • FGifWorker

Number of Blueprints: 3

Number of C++ Classes: 3

Supported Development Platforms: (Win64, Win32)

Supported Target Build Platforms: (Win64, Win32, Android)

Documentation: Doc

Example Project: Zip, 4.24 Zip