Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FBase64
| Type | Name | Description | |
|---|---|---|---|
| bool | Decode
(
const FString& Source, |
Decodes a Base64 string into a FString | |
| bool | Decode
(
const FString& Source, |
Decodes a Base64 string into an array of bytes | |
| bool | Decode
(
const CharType* Source, |
Decodes a Base64 string into a preallocated buffer |