Blueprint EditInlineNew

Blueprint EditInlineNew feature for Blueprint Class and Blueprint Variable. To implement the EditInlineNew feature, simply check the check box in the blueprint.

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

Blueprint EditInlineNew feature for Blueprint Class and Blueprint Variable. To implement the EditInlineNew feature, simply check the check box in the blueprint. No longer need to define the class's EditInlineNew or instanced variables in C++.

EditInlineNew: Affect the behavior of the property editor. Class(C++ Class or Blueprint Class) can be constructed from the EditInline New button.

テクニカルノート

Features: (Please include a full, comprehensive list of the features of the product)

  • Implement the EditInlineNew feature simply using the Blueprint instead of using C++.
  • Instancing Variable in Property Detail Panel using EditInlineNew Button.

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

  • EditInlineNewEditor(Editor)

Number of Blueprints: Not Needed.

Number of C++ Classes: More than 3.

Network Replicated: (Yes/No)

Supported Development Platforms: (Please include a list of platforms on which the product can be used for development)Windows, Mac and Linux.

Supported Target Build Platforms: Windows, Mac, Linux.

Documentation: https://gitlab.com/SnowFlying/editinlinenew_public

Example Project: https://gitlab.com/SnowFlying/editinlinenew_public