Velarion: 所有产品五折优惠

Blueprint Utilities Plugin

Add extra functionality to your project with these helpful blueprint nodes.

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

Adds a blueprint library to your project that allows you to sort arrays (integers, strings, floats) in ascending or descending order; generate random vectors with precision and within range; generate random colors with or without alpha randomization.


You can use this plugin to help spawn your actors in random space (random vector generator), assign random colors to objects or effects, sort through or shuffle arrays for curated or randomized output.

技术细节

Features:

  • Array Sorting (integer, string, float)
  • Shuffle Array to Copy (returns a shuffled array leaving the original intact)
  • Pop Array (easily remove the first index and returns altered array)
  • Random Vector with Precision
  • Random Vector Array with Precision (returns an array of N elements)
  • Random Vector Array within Range and Precision (returns an array of N elements)
  • Random RGB Color generator
  • Random RGBA / Linear Color generator


Code Modules:

  •  CTS_Blueprint_Utilities / Runtime

 

Number of Blueprints: 0

Number of C++ Classes: 1

Network Replicated: N/A

Supported Development Platforms: Mac, Linux, Windows

Supported Target Build Platforms: All

Documentation: https://github.com/CrypTechStudios/Blueprint-Utilities-Plugin