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