Navigation
API > API/Runtime > API/Runtime/HttpServer > API/Runtime/HttpServer/FHttpServerModule
- FTSTickerObjectBase::Tick()
- FHttpServerModule::Tick()
References
| Module | HttpServer |
| Header | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerModule.h |
| Include | #include "HttpServerModule.h" |
| Source | /Engine/Source/Runtime/Online/HTTPServer/Private/HttpServerModule.cpp |
virtual bool Tick
(
float DeltaTime
)
Remarks
FTSTicker callback false if no longer needs ticking, true otherwise
Parameters
| Name | Description |
|---|---|
| DeltaTime | The time in seconds since the last tick |