FBase64::Encode

Encodes the source into a Base64 string

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Base64.h

Include

#include "Misc/Base64.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/Base64.cpp

Syntax

static FString Encode
(
    const uint8 * Source,
    uint32 Length
)

Remarks

Encodes the source into a Base64 string

Returns

Base64 encoded string containing the binary data.

Parameters

Parameter

Description

Source

The binary data to encode

Length

Length of the binary data to be encoded

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