Skip to main content

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

PropertyValue
Version2.0.0
EngineUnreal Engine 5.8.0
PlatformsWin64, Linux, Mac
AuthorSimone Campitelli
CategoryFile Management
Loading PhasePreDefault

Next Steps

  • Installation - Install the plugin in your project
  • Quick Start - Learn the basics in 5 minutes
  • Setup - Configure EFM for your specific needs