Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCryptoOpenSSL > FEncryptionContextOpenSSL
References
Module | PlatformCryptoOpenSSL |
Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Public/EncryptionContextOpenSSL.h |
Include | #include "EncryptionContextOpenSSL.h" |
Source | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Private/EncryptionContextOpenSSL.cpp |
EPlatformCryptoResult CreateRandomBytes
(
const TArrayView < uint8 > OutData
)
Remarks
Create random bytes. The platform crypto result enum
Parameters
Name | Description |
---|---|
OutData | Array for the random bytes |