5月のセールが開催中です!5月23日まで対象製品を 70% オフで提供いたします。

Platform Functions

Extend Your Blueprints with extra Settings.

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

This plugin will add extra Setting functions to Your Blueprints.

It is designed to add extra settings to marketplace product Settings Menu. You can use this plugin without Settings Menu product to add extra functions to Your project. Platform Functions Documentation.


See how Platform Functions can be used: UE 5 Active Monitor Switcher, GPU and Audio device name settings.


If You want to support development of this plugin You can:


With it You can easily create Monitor Switcher , display hardware information or set Gamma.


Example map with Widget Blueprint showing all functionality is included in Plugin Content folder.

テクニカルノート

Blueprint Settings functions that this plugin will add:

  • Get Audio Device Name
  • Get CPU Brand Name
  • Get CPU Vendor Name
  • Get Number of CPU Cores
  • Get GPU Brand Name
  • Get Gamma
  • Set Gamma
  • Get Monitors Count
  • Get Primary Monitor
  • Set Active Monitor



Number of Blueprints: 1

Number of C++ Classes: 1

Supported Development Platforms: Win64, Win32

Supported Target Build Platforms: Win64, Win32

Example Project: Example map with Widget Blueprint showing all functionality included in Plugin Content folder.