FBase64::Decode

Decodes a Base64 string into an array of bytes

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,
    TArray< uint8 > & Dest
)

Remarks

Decodes a Base64 string into an array of bytes

Parameters

Parameter

Description

Source

The Base64 encoded string

Dest

Array to receive the decoded 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