Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCrypto
Inheritance Hierarchy
- IModuleInterface
- IPlatformCrypto
References
Module | PlatformCrypto |
Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCrypto/Public/IPlatformCrypto.h |
Include | #include "IPlatformCrypto.h" |
Syntax
class IPlatformCrypto : public IModuleInterface
Remarks
Entry point for cryptographic functionality.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TUniquePtr< FEncryptionContext > | Creates and returns an encryption context object appropriate for the platform. | |
![]() ![]() |
IPlatformCrypto & | Get () |
Singleton-like access to this module's interface. |
![]() ![]() |
bool | IsAvailable () |
Checks to see if this module is loaded and ready. |
Overridden from IModuleInterface
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Called when crytpo module is unloaded | |
![]() ![]() |
void | Called when crytpo module is loaded |