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 SetWebPath
&40;
const FString & InWebPath
&41;
Remarks
Sets The web url path to use for this mount, e.g. /images .
Parameters
| Name | Description |
|---|---|
| InWebPath | The web url path we will map the directory to, e.g. /images. |