
Opis
Estape Tools --> Estape Tools → File access and system control in Blueprint, no C++ required
----------------------------------------------------
Win Utilities – Windows Integration for Blueprint
Access native Windows features directly from Blueprint.
Win Utilities exposes essential Windows APIs to Unreal Engine, allowing you to interact with the operating system without writing C++.
What You Can Do
Read system information from the current Windows version
Detect battery level and charging status on laptops
Display native Windows message dialogs
Open system file dialogs for loading and saving files
Core Features:
System Information
Get Windows version details (build number, version name, service pack)
Useful for diagnostics, compatibility checks, and logging
Battery Monitoring
Retrieve battery percentage
Detect charging state
Ideal for applications running on laptops or portable devices
Native Dialogs
Show Windows message boxes with custom buttons and icons
Create native file open/save dialogs
Improve user experience with familiar OS-level UI
Use Cases
Desktop tools built with Unreal Engine
Launchers, editors, and utility applications
System-aware applications with environment feedback
Debug and diagnostic tools