虚幻商城将于十月中旬迁移至 Fab。 了解详情。

Sprite Maker

HGsofts - 代码插件 - 2019/07/11

This plugin makes a sprite (sequence image) file.

  • 支持的平台
  • 支持的引擎版本
    4.22 - 4.27, 5.0 - 5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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


技术细节

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)