Compound Operators

4eeP - 代码插件 - 2024/04/28

This is a simple plugin that adds compound operators to Blueprint.

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

This is a simple plugin that adds compound operators to Blueprint. The operators of these functions are neither commutative nor associative. The result of the operations is written to the first accepted parameter. Labeled as rhombus in Blueprints (◊).

技术细节

Features:

  •  Compound operators function ( +=, -=, *=, /= )


Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •  CompoundOperators (Runtime)


Number of C++ Classes: 1

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64, Android

Documentation: https://github.com/Pepchick/CompoundOperators

Important/Additional Notes: In theory, the plugin is supported on all platforms. But not tested.