Decode

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

Decode

(
    const FString& Source,
    FString& OutDest
)

Decodes a Base64 string into a FString

Public function Static

bool

 

Decode

(
    const FString& Source,
    TArray< uint8 >& Dest
)

Decodes a Base64 string into an array of bytes

Public function Static

bool

 

Decode

(
    const CharType* Source,
    uint32 Length,
    uint8* Dest
)

Decodes a Base64 string into a preallocated buffer

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss