Monitor Utilities

Expose various details regarding attached display device(s) to Blueprint

  • 支持的平台
  • 支持的引擎版本
    4.26 - 4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Plugin was part of the Unreal Marketplace Showcase in February 2022.


With these new blueprint nodes you can retrieve information about the attached display devices, like number of attached display devices, aspect ratio's, safe area's, maximum resolution and so on. Information is exposed as variables for further use.


Changelog:

2.0: Added expirimental function SetActiveMonitor to switch to another monitor (if exists).


Buy me a coffee


More products from Richards Game Studio:

Graveyard Model Pack at Unreal Marketplace

技术细节

Features:

  •  Get number of attached display devices in Blueprint
  •  Get the title and action safe area's of the attached display devices in Blueprint
  •  Get the resolution of the primary display device in Blueprint
  • Get monitor information like native width & height of an attached display device in Blueprint
  • Get maximum resolution of an attached display device in Blueprint
  • Get aspect ratio of an attached display device in Blueprint.
  • Print display device information to Output Log from Blueprint.
  • Calculate aspect ratio of a given screen resolution in Blueprint.
  • Switch to another monitor (if exists, expirimental).


Buy me a coffee


Code Modules:

  •  MonitorUtils, type: Runtime.

  

Number of Blueprints: 10 new nodes, 2 new structs and 1 new enum

Number of C++ Classes: 1 (BlueprintFunctionLibrary)

Network Replicated: No

Supported Development Platforms: Win64, Win32 (excl. Unreal 5 and up), Linux, Android

Supported Target Build Platforms: Win64, Win32 (excl. Unreal 5 and up), Linux, Android

Documentation: MonUtils-manual.pdf

Example Project: MonitorUtilsSample.zip