
Description
Win Utilities --> Exposes native Windows features like battery status, dialogs, and OS information directly to Blueprint.
Estape Tools – Blueprint Extension
Extend Blueprint beyond its default limitations.
Estape Tools gives you direct access to file systems, external processes, and low-level data handling — all without using C++.
What You Can Build
Custom save and load systems outside SaveGame
External configuration files and logs
Data exchange with external tools or hardware
Runtime execution of external applications or scripts
Cross-platform logic using environment detection
Core Features:
File and Data Access
Read and write text and binary files
Work with byte arrays and raw data
Store and retrieve structured data outside the engine
Platform Detection
Detect runtime platform (Windows, Linux, macOS, Android, iOS)
Adapt behavior based on the target environment
Process Control
Launch external applications or scripts
Execute processes synchronously or asynchronously
Monitor and terminate running processes
Data Conversion
Convert between bytes, strings, and colors
Encode and decode UTF-8 data
Handle binary data pipelines
Use Cases
Custom save systems without C++
External config and modding support
Logging systems outside packaged builds
Runtime automation and external tool integration




