Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistry
Description
Route Showing SwaggerUI using /swagger.json to describe the current REST API. Always registered at /swagger/html.index GET by default
| Name | HttpSwaggerUI |
| Type | function |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
| Source | /Engine/Source/Runtime/ExternalRPCRegistry/Private/ExternalRpcRegistry.cpp |
bool HttpSwaggerUI
(
const FHttpServerRequest & Request,
const FHttpResultCallback & OnComplete
)