Skip to main content

EFMCore

EFMCore is the heart of the EFM plugin. It provides two main classes:

  • UEFMBPLibrary - Static Blueprint functions for file/directory operations, path utilities, search, hashing, clipboard, and diagnostics
  • UEFMFile - A UObject representing a file on disk, with methods for reading, writing, and manipulating file data

Enums

EImageConversionResult

Result of converting a file to a Texture2D.

ValueDescription
SuccessConversion succeeded
UnknownFormatFile format is not supported
FileNotFoundFile does not exist
UnknownErrorAn unexpected error occurred

EFileHashType

Hash algorithm to use for file verification.

ValueDescription
MD5MD5 hash (128-bit)
SHA1SHA-1 hash (160-bit)
SHA256SHA-256 hash (256-bit)