Encode

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FString

 

Encode

(
    const FString& Source
)

Encodes a FString into a Base64 string

Public function Static

FString

 

Encode

(
    const TArray< uint8 >& Source
)

Encodes a binary uint8 array into a Base64 string

Public function Static

FString

 

Encode

(
    const uint8* Source,
    uint32 Length
)

Encodes the source into a Base64 string

Public function Static

uint32

 

Encode

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

Encodes the source into a Base64 string, storing it in 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