Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry
| Name | FExternalRouteInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
Syntax
USTRUCT ()
struct FExternalRouteInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ExternalRpcRegistry.h | |||
FExternalRouteInfo
(
FName InRouteName, |
ExternalRpcRegistry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAlwaysOn | bool | ExternalRpcRegistry.h | ||
| ExpectedArguments | TArray< FExternalRpcArgumentDesc > | ExternalRpcRegistry.h | ||
| InputContentType | FString | ExternalRpcRegistry.h | ||
| RequestVerbs | EHttpServerRequestVerbs | ExternalRpcRegistry.h | ||
| RouteName | FName | ExternalRpcRegistry.h | ||
| RoutePath | FHttpPath | ExternalRpcRegistry.h | ||
| RpcCategory | FString | ExternalRpcRegistry.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FExternalRouteInfo& Other |
ExternalRpcRegistry.h | ||
bool operator==
(
const FExternalRouteInfo& Other |
ExternalRpcRegistry.h |