FHttpServerModule::HasPendingListeners

Determines if any listeners are pending operations

Choose your operating system:

Windows

macOS

Linux

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

bool HasPendingListeners() const

Remarks

Determines if any listeners are pending operations

Returns

true if there are pending listeners, false otherwise