FBase64::GetMaxDecodedDataSize

Get the maximum decoded data size for the given number of input characters.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Base64.h"

Syntax

static constexpr uint32 GetMaxDecodedDataSize
(
    uint32 NumChars
)

Remarks

Get the maximum decoded data size for the given number of input characters.

Returns

The maximum number of bytes that can be decoded from this input stream. The actual number of characters decoded may be less if the data contains padding characters. Call GetDecodedDataSize() with the input data to find the exact length.

Parameters

Parameter

Description

Length

The number of input characters.

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