Navigation
API > API/Runtime > API/Runtime/Core
Mode to use for base64 encoding and decoding
| Name | EBase64Mode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Base64.h |
| Include Path | #include "Misc/Base64.h" |
Syntax
enum EBase64Mode
{
Standard,
UrlSafe,
}
Values
| Name | Remarks |
|---|---|
| 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. |