Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/FExternalRouteInfo > API/Runtime/ExternalRpcRegistry/FExternalRouteInfo/__ctor
References
| Module | ExternalRpcRegistry |
| Header | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include | #include "ExternalRpcRegistry.h" |
FExternalRouteInfo
(
FName InRouteName,
FHttpPath InRoutePath,
EHttpServerRequestVerbs InRequestVerbs,
FString InCategory,
bool bInAlwaysOn,
FString InContentType,
TArray < FExternalRpcArgumentDesc > InArguments
)