FBase64::GetEncodedDataSize

Get the encoded data size for the given number of bytes.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Base64.h"

Syntax

static constexpr uint32 GetEncodedDataSize
(
    uint32 NumBytes
)

Remarks

Get the encoded data size for the given number of bytes.

Returns

The number of characters in the encoded data.

Parameters

Parameter

Description

NumBytes

The number of bytes of input

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