Spotlight Sale: Save 50% on select Animations now through September 23.

Sprite Maker

HGsofts - Code Plugins - Jul 11, 2019

This plugin makes a sprite (sequence image) file.

  • 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 makes a sprite (sequence image) file.

The image file is a tga file.

It is easy to understand by watching the video below.

Tutorial: YouTube


Create icons using the SpriteMaker.

YouTube


Technical Details

Features:

  • Plugin makes a tga file with alpha channel
  • The tga size will be Rendertarget.SizeX * SpriteCountX, Rendertarget.SizeY * SpriteCountY.
  • By default, the tga file will be saved the saved folder.
  • If you want to save the file to another folder, you can set "SaveDirectorry" of MakeSprite Node.
  • This is possible at runtime but I recommend that you use this only in a development.

Code Modules:

  • USpriteMakerComponent

Number of Blueprints: 2

Number of C++ Classes: 2

Supported Development Platforms: (Win64, Win32)

Supported Target Build Platforms: (Win64, Win32)

Documentation: Doc

Example Project: Zip (included making Icons)