Navigation
API > API/Runtime > API/Runtime/HttpServer > API/Runtime/HttpServer/IHttpRouter
References
| Module | HttpServer |
| Header | /Engine/Source/Runtime/Online/HTTPServer/Public/IHttpRouter.h |
| Include | #include "IHttpRouter.h" |
void UnbindRoute
&40;
const FHttpRouteHandle & RouteHandle
&41;
Remarks
Unbinds the caller-supplied Route
Parameters
| Name | Description |
|---|---|
| RouteHandle | The handle to the route to unbind (callers must retain from BindRoute) |