UPGif/Encode Gif/Decode Gif

UpUpUppppppp - Code Plugins - Jun 21, 2024

Support decoding and encoding of GIF files.

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 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.

The plugin is supported up to UE5.0 version at the earliest If you need it, please send a screenshot of your purchase to my email address after purchase and I will send you the UE5.0 version of the plugin.

Email: huangdada2895@outlook.com

Technical Details

Features:

  •  Support decoding import gif files to content explorer.
  •  Support decode gif files at runtime.
  • Support decoding gif files by absolute path.
  •  Support encoding gif files to local folder.
  • Support to customize the loop count of gif animation.

Code Modules:

  •  UPGif(Runtime)
  •  UPGifEditor(Editor)

Number of Blueprints:1

Number of C++ Classes:10+

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation: UPGifManaul

Example Demo: Demo

Video:Link

Important/Additional Notes:If you use runtime to decode gif, please make sure to use “DeleteGifTexture”, to recycle memory, otherwise it will cause memory overflow.