Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Editor > API/Plugins/PixelStreaming2Editor/IPixelStreaming2EditorModule
Description
Set the path to file containing the SSL certificate. Required if frontend content is being served of HTTPS for the inbuilt c++ signalling server
| Name | SetSSLCertificatePath |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Editor/Public/IPixelStreaming2EditorModule.h |
| Include Path | #include "IPixelStreaming2EditorModule.h" |
void SetSSLCertificatePath
(
const FString & Path
)
Parameters
| Name | Remarks |
|---|---|
| Path | The path to file containing the SSL certificate. |