Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCryptoTypes > IPlatformCryptoEncryptor
References
Module | PlatformCryptoTypes |
Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoTypes/Public/PlatformCryptoTypes.h |
Include | #include "PlatformCryptoTypes.h" |
int32 GetUpdateBufferSizeBytes
&40;
const TArrayView< const uint8 > Plaintext
&41; const
Remarks
Get the amount of bytes required to safely store the output of a call to Update for a particular Plaintext value The minimum amount of space required to successfully call Update with
Parameters
Name | Description |
---|---|
Plaintext | The next plaintext data to be encrypted by Update |