Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistry
Description
Register a new route. Will override existing routes if option is set, otherwise will error and fail to bind.
| Name | RegisterNewRouteWithArguments |
| Type | function |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
| Source | /Engine/Source/Runtime/ExternalRPCRegistry/Private/ExternalRpcRegistry.cpp |
void RegisterNewRouteWithArguments
(
FName RouteName,
const FHttpPath & HttpPath,
const EHttpServerRequestVerbs & RequestVerbs,
const FHttpRequestHandler & Handler,
TArray< FExternalRpcArgumentDesc > InArguments,
bool bOverrideIfBound,
bool bIsAlwaysOn,
FString OptionalCategory,
FString OptionalContentType
)