Operations Extension for Blueprint Nodes

Mebebonk - 代码插件 - 2022/01/20

Expose C++ features to Blueprints

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

Feel obligated with low functionality? C++ programmers bullying you? Find yourself having not enough Blueprint tools? Oh I have awesome deal for you!

8+ C++ logic utility functions including sorts, sorts by ref, three way comparison, allof, anyof and more now in Operations Extension for Blueprint Nodes!

技术细节

Features:

  • Sort
  • Sort by ref
  • AllOf <type>
  • AnyOf <type>
  • Three way comparison <type> (<=>)
  • ForEach <type>
  • ForEachIf <type>
  • RemoveIf <type>
  • Mapping <type><type>
  • Replace <type>
  • ReplaceIf <type>
  • Accumulate <type>
  • Count <type>
  • CountIf <type>
  • Copy <type>
  • CopyIf <type>

Code Modules:

  • Blueprints Algorithms (Runtime)

Number of Blueprints: 0

Number of Blueprint nodes: 250+

Number of C++ Classes: 6

Network Replicated: No

Supported Development Platforms: Any

Supported Target Build Platforms: Any

Documentation: Algorithms, All of/Any of predicate class.