Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterNewRoute
(
FExternalRouteInfo InRouteInfo, |
ExternalRpcRegistry.h | ||
void RegisterNewRoute
(
FName RouteName, |
Deprecated way to register a new route. | ExternalRpcRegistry.h |
RegisterNewRoute(FExternalRouteInfo, const FHttpRequestHandler &, bool)
| Name | RegisterNewRoute |
| 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 RegisterNewRoute
(
FExternalRouteInfo InRouteInfo,
const FHttpRequestHandler & Handler,
bool bOverrideIfBound
)
RegisterNewRoute(FName, const FHttpPath &, const EHttpServerRequestVerbs &, const FHttpRequestHandler &, bool, bool, FString, FString, FString)
Description
Deprecated way to register a new route. Will override existing routes if option is set, otherwise will error and fail to bind.
| Name | RegisterNewRoute |
| 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 RegisterNewRoute
(
FName RouteName,
const FHttpPath & HttpPath,
const EHttpServerRequestVerbs & RequestVerbs,
const FHttpRequestHandler & Handler,
bool bOverrideIfBound,
bool bIsAlwaysOn,
FString OptionalCategory,
FString OptionalContentType,
FString OptionalExpectedFormat
)