Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking > API/Plugins/WebSocketNetworking/FWebSocketHttpMount
References
| Module | WebSocketNetworking |
| Header | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/IWebSocketServer.h |
| Include | #include "IWebSocketServer.h" |
void SetDefaultFile
&40;
const FString & InDefaultFile
&41;
Remarks
Sets a file to serve when the root web path is requested.
Parameters
| Name | Description |
|---|---|
| InDefaultFile | The file to serve when the root web path is request, e.g. index.html. |