IPlatformCrypto

Entry point for cryptographic functionality.

Windows
MacOS
Linux

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

Name Description

Public function

TUniquePtr< ...

 

CreateContext()

Creates and returns an encryption context object appropriate for the platform.

Public function Static

IPlatformCry...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called when crytpo module is unloaded

Public function Virtual

void

 

StartupModule()

Called when crytpo module is loaded

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss