FBase64::Encode

Encodes a [FString](API\Runtime\Core\Containers\FString) 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 FString & Source
)

Remarks

Encodes a FString into a Base64 string

Returns

A string that encodes the binary data in a way that can be safely transmitted via various Internet protocols

Parameters

Parameter

Description

Source

The string data to convert

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