Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/FExternalRouteInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ExternalRpcRegistry.h | |||
FExternalRouteInfo
(
FName InRouteName, |
ExternalRpcRegistry.h |
FExternalRouteInfo()
| Name | FExternalRouteInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
FExternalRouteInfo()
FExternalRouteInfo(FName, FHttpPath, EHttpServerRequestVerbs, FString, bool, FString, TArray< FExternalRpcArgumentDesc >)
| Name | FExternalRouteInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
FExternalRouteInfo
(
FName InRouteName,
FHttpPath InRoutePath,
EHttpServerRequestVerbs InRequestVerbs,
FString InCategory,
bool bInAlwaysOn,
FString InContentType,
TArray< FExternalRpcArgumentDesc > InArguments
)