Getting Started
Welcome to the EFM - Easy File Manager documentation.
EFM is a comprehensive file management plugin for Unreal Engine 5 that provides Blueprint-accessible functions for:
- File and directory operations (create, read, copy, move, rename, delete)
- Data parsing (JSON, CSV, INI)
- ZIP compression and decompression
- File encryption and decryption
- Async file operations with delegates
- Batch file operations with progress tracking
- HTTP file downloads with progress
- Native file dialogs
- File and directory watching
- Clipboard operations
- Advanced file search (regex, by extension, date, size)
- File hashing (MD5, SHA1, SHA256)
- Symbolic and hard links
Plugin Info
| Property | Value |
|---|---|
| Version | 2.0.0 |
| Engine | Unreal Engine 5.8.0 |
| Platforms | Win64, Linux, Mac |
| Author | Simone Campitelli |
| Category | File Management |
| Loading Phase | PreDefault |
Next Steps
- Installation - Install the plugin in your project
- Quick Start - Learn the basics in 5 minutes
- Setup - Configure EFM for your specific needs