/ue-plugin-sha256

Unreal Engine Plugin providing SHA256 functions.

Primary LanguageC++MIT LicenseMIT

Unreal Engine SHA256 Functions

MIT licensed

  • Usable from Blueprints and C++
  • Using PicoSHA2
  • Supports hashing FString, TArray, TArray64 and files.
  • Files are read in blocks instead of loading the entire file into memory.
  • Async hash task in C++ using FSHA256FileHasherTask. See header file for example usage.

Blueprint Usage

Hashing Strings

Hashing Arrays

Hashing Files