Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FBase64 > GetDecodedDataSize
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 |
static uint32 GetDecodedDataSize
&40;
const FString & Source
&41;
Remarks
Determine the decoded data size for the incoming base64 encoded string The size in bytes of the decoded data
Parameters
Name | Description |
---|---|
Source | The Base64 encoded string |