Compound Operators

4eeP - Code Plugins - Apr 28, 2024

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

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

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 (◊).

Technical Details

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.