EFM - Easy File Manager
A comprehensive file management plugin for Unreal Engine 5 that provides Blueprint-accessible functions for file operations, data parsing, ZIP compression, encryption, async operations, and much more.
Getting Started
Install the plugin and start using EFM in your project.
API Reference
Complete reference for all 150+ Blueprint-exposed functions.
Guides
Step-by-step guides for common file management tasks.
Features
- File Operations - Create, read, copy, move, rename, delete files and directories
- Data Parsing - JSON, CSV, INI read/write with Blueprint-friendly types
- Async Operations - Non-blocking file I/O with delegate callbacks
- Batch Operations - Process multiple files with progress tracking
- Encryption - XOR encrypt/decrypt files, bytes, and strings
- HTTP Downloads - Download files with progress, speed tracking
- File Dialogs - Native open/save/directory dialogs
- ZIP Support - Compress and decompress ZIP archives
- File Watching - Monitor files and directories for changes
- Clipboard - Copy/paste text to/from system clipboard
- Search - Advanced search with regex, extension, date, and size filters
- Hashing - MD5, SHA1, SHA256 file verification
- Symlinks - Create and resolve symbolic and hard links