Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistry
Description
Route Listing http, formatted for Swagger OASv3. Spits out all registered routes and describes them via a REST API call. Always registered at /swagger.json GET by default
| Name | HttpListOASv3JSONRoutes |
| Type | function |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
bool HttpListOASv3JSONRoutes
(
const FHttpServerRequest & Request,
const FHttpResultCallback & OnComplete
)