Choose your operating system:
Windows
macOS
Linux
| IModuleInterface | ||
| FTSTickerObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerModule.h |
Include |
#include "HttpServerModule.h" |
class FHttpServerModule :
public IModuleInterface,
public FTSTickerObjectBase
Module for HtttpServer Implementation
Name | Description | ||
---|---|---|---|
|
FHttpServerM... |
Get() |
Singleton-like access to this module's interface. |
|
TSharedPtr< ... |
GetHttpRouter ( |
Per-port-binding access to an http router |
|
HasPendingListeners() |
Determines if any listeners are pending operations |
|
|
IsAvailable() |
Checks to see if this module is loaded and ready. |
|
|
StartAllListeners() |
Starts all listeners |
|
|
StopAllListeners() |
Stops all listeners |
Name |
Description |
---|---|
Singleton |
Singleton Instance |