春季创作者特卖开启!从即日起至4月18日,精选商品最低三折起。

DevKit - Runtime Texture Import and Serialize IO

Developd - 代码插件 - 2022/06/26

Delivers 7 brand-new blueprint nodes to: import image files as Texture2Ds asynchronously, Convert Transient Texture2Ds to Raw Data struct, Convert Raw Data to Texture2D, and Save Raw Data to binary files or variables for use later!

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

Delivers 7 brand-new blueprint nodes for use within your project. The plugin removes the hassle of diving into C++ for, and exposes the functionality to, import image files as Texture2Ds asynchronously (without game hitches). While also returning a Custom Raw Texture Data structure that can be saved in a variable later. The Raw Texture Data structure holds all the necessary information to recreate a Texture2D at runtime!

Texture2Ds are transient by default, meaning that as soon as there is zero references to them, they are deleted from memory. With the DevKit Texture Import and Serialize Plugin, you can save any Texture2D in runtime as Raw Data. Even procedural textures made at runtime! These can then be recreated when needed from that Data!

The 7 base nodes:

  • Import Image from Disk
  • Import Image from Disk Async
  • Convert Texture2D to Raw Data
  • Check Raw Texture Data is Valid (Pure)
  • Write Raw Texture Data to File
  • Load Raw Texture Data from File
  • Write Raw Data to Texture2D

Custom Raw Texture Data can also be written and saved to a custom binary file for later!

Supported Image File Types:

PNG, JGP, EXR, BMP, ICO, TGA, TIFF, Base64
*.png;*.jpg;*.exr;*.bmp;*.ico;*.tga;*.tiff

SHOWCASE VIDEO 1 (Plugin Demo with File Dialog)

SHOWCASE VIDEO 2 (Vanilla Plugin Demo)

技术细节

Features:

  • Runtime Import Image Files as Texture2D Asynchronously (and Raw Data Struct)
  • Runtime Import Image Files as Texture2D on the Game Thread (and Raw Data Struct)
  • Runtime Convert Transient Texture2Ds to Custom Raw Texture Data Structure
  • Runtime convert Raw Texture Data to Texture2D for use in Unreal
  • Save Raw Texture Data to custom binary file
  • Load Raw Texture Data from custom binary files

Code Modules:

  • DevKitTextureSerializeIO [Runtime]


Number of Blueprints: 2 (10 blueprint nodes)

Number of C++ Classes: 4

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64 (Untested on Mac and Android)

Documentation: Link to DOCUMENTATION

Example Project: In Plugin Content

Packaged Demo of Plugin: DOWNLOAD LINK

Example Project of Demo: DOWNLOAD LINK

Important/Additional Notes: In Plugin Content folder there are Sample PNG and Raw Data files to test loading that won’t show up in the Content Browser. To compile the Example Project of Demo, the plugin “EasyFileDialog” must be enabled – which is free on the marketplace.