UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Base64.h File Reference
#include "Containers/Array.h"
#include "Containers/UnrealString.h"
#include "CoreTypes.h"
#include "Misc/Timespan.h"

Go to the source code of this file.

Classes

struct  FBase64
 

Enumerations

enum class  EBase64Mode : uint8 { Standard , UrlSafe }
 

Enumeration Type Documentation

◆ EBase64Mode

enum class EBase64Mode : uint8
strong

Mode to use for base64 encoding and decoding

Enumerator
Standard 

Use the standard set of character mappings. (Table 1 from RFC 4648, known as "base64")

UrlSafe 

Use the "URL and Filename safe" set of character mappings. (Table 2 from RFC 4648, known as "base64url")