Navigation
API > API/Plugins > API/Plugins/PlatformCryptoContext
Module interface for cryptographic functionality. Users should generally go through the FEncryptionContext API.
| Name | IPlatformCryptoContext |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoContext/Public/IPlatformCryptoContext.h |
| Include Path | #include "IPlatformCryptoContext.h" |
Syntax
class IPlatformCryptoContext : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< T > GetUserData() |
IPlatformCryptoContext.h | ||
void SetUserData
(
TSharedPtr< T >& InUserData |
User data access. | IPlatformCryptoContext.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
IPlatformCryptoContext.h | ||
virtual void StartupModule() |
IModuleInterface implementation | IPlatformCryptoContext.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IPlatformCryptoContext & Get () |
Singleton-like access to this module's interface. | IPlatformCryptoContext.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IPlatformCryptoContext.h |