GIF Recorder

HGsofts - Code Plugins - Jun 18, 2019

You can make a gif file very easily.

  • Supported Platforms
  • Supported Engine Versions
    4.22 - 4.27, 5.0 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

This plugin is used for generating gif files on runtime.

Tutorial: YouTube


Technical Details

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