GIF Recorder

You can make a gif file very easily.

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.22 - 4.27, 5.0 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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