Compound Operators

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.2 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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.