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