Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FBase64
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Base64.h |
Include | #include "Misc/Base64.h" |
static constexpr uint32 GetMaxDecodedDataSize
&40;
uint32 NumChars
&41;
Remarks
Get the maximum decoded data size for the given number of input characters. 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
Name | Description |
---|---|
Length | The number of input characters. |