Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking
| Name | FWebSocketServerCertificates |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/IWebSocketServer.h |
| Include Path | #include "IWebSocketServer.h" |
Syntax
class FWebSocketServerCertificates
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CertificateFilePath | std::string | The absolute path to the certificate file. | IWebSocketServer.h | |
| PrivateKeyFilePath | std::string | The absolute path to the private key file. | IWebSocketServer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const char * GetCertificateFilePath() |
IWebSocketServer.h | ||
const char * GetPrivateKeyFilePath() |
IWebSocketServer.h | ||
void SetCertificateFilePath
(
const FString& InCertificateFilePath |
Sets the absolute path on disk to the file containing the SSL certificate. | IWebSocketServer.h | |
void SetPrivateKeyFilePath
(
const FString& InPrivateKeyFilePath |
Sets the absolute path on disk to the file containing the SSL private key. | IWebSocketServer.h |