Simple Base64
  • Welcome To Simple Base64
  • Getting Started
    • Introduce
    • Import Thing
    • Project Custom Code
  • Explain
    • Encode Base64
    • Decode Base64
    • Check Variable Modification Out Bool
    • Check Variable Modification Output Pins
    • Base 64 - Base 16
    • Base 64 - Base 32
    • Base 64 - Base 58
  • Other
    • Discord Channel
Powered by GitBook
On this page
  1. Getting Started

Introduce

PreviousWelcome To Simple Base64NextImport Thing

Last updated 10 months ago

CtrlK

The SimpleBase64 plugin for Unreal Engine 5 is a comprehensive encoding and decoding solution designed to handle a wide range of data types. It provides seamless conversion between various base encoding systems, including Base64, Base32, Base16, and Base58. Whether you're working with integers, floats, strings, or complex data structures like vectors and transforms, SimpleBase64 offers a robust set of tools to encode and decode your data efficiently. Additionally, it includes features for checking variable modifications and supports multiple output pins for enhanced functionality.

Key Features:

  1. Comprehensive Encoding/Decoding:

    • Encode and decode Base64 for various data types: int, int64, bool, float, byte, name, string, text, vector, rotator, transform, and binary.

    • Encode and decode Base32 and Base58 for the same range of data types.

  2. Variable Checking:

    • Check variable modifications with support for multiple output pins.

    • Boolean checks to verify data integrity and consistency.

  3. Base Conversion:

    • Convert Base64 to Base32 and vice versa.

    • Convert Base64 to Base16 and vice versa.

    • Convert Base64 to Base58 and vice versa.

  4. User-Friendly Integration:

    • Easy integration into Unreal Engine 5 projects.

    • Intuitive interface for seamless workflow integration.

  5. Efficient and Reliable:

    • Optimized for performance to handle large datasets.

    • Reliable encoding and decoding processes to ensure data accuracy.