Operations Extension for Blueprint Nodes

Expose C++ features to Blueprints

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

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.