![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ISslManager.h>
Public Member Functions | |
| virtual | ~ISslManager () |
| virtual bool | InitializeSsl ()=0 |
| virtual void | ShutdownSsl ()=0 |
| virtual SSL_CTX * | CreateSslContext (const FSslContextCreateOptions &CreateOptions)=0 |
| virtual void | DestroySslContext (SSL_CTX *SslContext)=0 |
Manager of the ssl library
|
inlinevirtual |
Destructor
|
pure virtual |
Initialize the ssl library. Can be called multiple times (may not do anything beyond first call). ShutdownSsl must be called once for each call to InitializeSsl
Shutdown the ssl library. Must be called once per call to InitializeSsl