IEngineCrypto::GetMaxDataSize

Get the maximum amount of data that can be encrypted using the given key, taking into account minimum padding requirements

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/IEngineCrypto.h"

Syntax

int32 GetMaxDataSize
(
    FRSAKeyHandle InKey
)

Remarks

Get the maximum amount of data that can be encrypted using the given key, taking into account minimum padding requirements

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