FHttpServerModule::Tick

[FTicker](API\Runtime\Core\Containers\FTicker) callback

Windows
MacOS
Linux

Override Hierarchy

FTickerObjectBase::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

Syntax

virtual bool Tick
(
    float DeltaTime
)

Remarks

FTicker callback

Returns

false if no longer needs ticking, true otherwise

Parameters

Parameter

Description

DeltaTime

The time in seconds since the last tick

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