FBase64::Decode

Decodes a Base64 string into a [FString](API\Runtime\Core\Containers\FString)

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 bool Decode
(
    const FString & Source,
    FString & OutDest
)

Remarks

Decodes a Base64 string into a FString

Parameters

Parameter

Description

Source

The Base64 encoded string

OutDest

Receives the decoded string data

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