スポットライト セール:9月9 日まで一部のキャラクターが 50%オフで購入できます。

GameplayEffectDataTable

GY - コードプラグイン - 2024/08/02

You can use GameplayEffect through DataTable

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

Using GameplayEffect blueprints in our work can be very difficult to maintain, so with this plugin, we can use a DataTable to configure GameplayEffects. This will make it easy for us to maintain GameplayEffects.

The plugin is free and open-source on GitHub, but if you want to reward the author with a cup of coffee, you can also do it. Thank you all.

テクニカルノート

Features:

  • You can customize GameplayEffect DataTable
  • You can customize UGameplayEffect
  • Can easily trigger GameplayEffects
  • Unified management of GameplayEffects

Code Modules:

  • GYGameplayEffectDataTable (Runtime Module)


Number of Blueprints: 0

Number of C++ Classes: 17

Network Replicated: (Yes/No) Yes

Supported Development Platforms: Windows (Other platforms should also work, we just haven't tested them officially)

Supported Target Build Platforms: Windows (Other platforms should also work, we just haven't tested them officially)

Documentation: Document

Chinese Document: Document

Blog: 谷雨Song - 知乎 (zhihu.com)

GitHub: GYGameplayEffectDataTable

Important/Additional Notes: Need C++