FHttpServerModule::Tick

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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

Syntax

virtual bool Tick
(
    float DeltaTime
)

Remarks

FTSTicker callback

Returns

false if no longer needs ticking, true otherwise

Parameters

Parameter

Description

DeltaTime

The time in seconds since the last tick