FSslModule

Module for SSL/TLS certificate management

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SSL

Header

/Engine/Source/Runtime/Online/SSL/Public/SslModule.h

Include

#include "SslModule.h"

Syntax

class FSslModule :
    public IModuleInterface,
    public FSelfRegisteringExec

Remarks

Module for SSL/TLS certificate management

Constructors

Name Description

Public function

FSslModule()

Constructor

Functions

Name Description

Public function Static

FSslModule &

 

Get()

Singleton-like access to this module's interface.

Public function

ISslCertific...

 

GetCertificateManager()

Accessor for the SSL certificate manager

Public function

ISslManager ...

 

GetSslManager()

Overridden from FExec

Name Description

Public function Virtual

bool

 

Exec

(
    UWorld* InWorld,
    const TCHAR* Cmd,
    FOutputDevice& Ar
)

Handle exec commands starting with "SSL"

Constants

Name

Description

Singleton

Singleton for the module while loaded and available

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