FHttpServerModule

Module for HtttpServer Implementation

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HttpServer

Header

/Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerModule.h

Include

#include "HttpServerModule.h"

Syntax

class FHttpServerModule :
    public IModuleInterface,
    public FTickerObjectBase

Remarks

Module for HtttpServer Implementation

Functions

Name Description

Public function Static

FHttpServerM...

 

Get()

Singleton-like access to this module's interface.

Public function

TSharedPtr< ...

 

GetHttpRouter

(
    uint32 Port
)

Per-port-binding access to an http router

Public function Const

bool

 

HasPendingListeners()

Determines if any listeners are pending operations

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

void

 

StartAllListeners()

Starts all listeners

Public function

void

 

StopAllListeners()

Stops all listeners

Overridden from FTickerObjectBase

Name Description

Public function Virtual

bool

 

Tick

(
    float DeltaTime
)

FTicker callback

Constants

Name

Description

Singleton

Singleton Instance

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss