Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistry
References
| Module | ExternalRpcRegistry |
| Header | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include | #include "ExternalRpcRegistry.h" |
| Source | /Engine/Source/Runtime/ExternalRPCRegistry/Private/ExternalRpcRegistry.cpp |
bool HttpListOASv3JSONRoutes
(
const FHttpServerRequest & Request,
const FHttpResultCallback & OnComplete
)
Remarks
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