IHttpRouter::UnbindRoute

Unbinds the caller-supplied Route

Windows
MacOS
Linux

References

Module

HttpServer

Header

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

Include

#include "IHttpRouter.h"

Syntax

void UnbindRoute
(
    const FHttpRouteHandle & RouteHandle
)

Remarks

Unbinds the caller-supplied Route

Parameters

Parameter

Description

RouteHandle

The handle to the route to unbind (callers must retain from BindRoute)

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