FBase64::GetDecodedDataSize

Determine the decoded data size for the incoming base64 encoded 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 uint32 GetDecodedDataSize
(
    const FString & Source
)

Remarks

Determine the decoded data size for the incoming base64 encoded string

Returns

The size in bytes of the decoded data

Parameters

Parameter

Description

Source

The Base64 encoded string

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