Navigation
API > API/Plugins > API/Plugins/PlatformCrypto
Entry point for cryptographic functionality.
| Name | IPlatformCrypto |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCrypto/Public/IPlatformCrypto.h |
| Include Path | #include "IPlatformCrypto.h" |
Syntax
class IPlatformCrypto : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< FEncryptionContext > CreateContext() |
Creates and returns an encryption context object appropriate for the platform. | IPlatformCrypto.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
Called when crytpo module is unloaded | IPlatformCrypto.h | |
virtual void StartupModule() |
Called when crytpo module is loaded | IPlatformCrypto.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IPlatformCrypto & Get () |
Singleton-like access to this module's interface. | IPlatformCrypto.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IPlatformCrypto.h |