Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/FExternalRouteDesc
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
ExternalRpcRegistry.h |
|
|
|
ExternalRpcRegistry.h |
|
FExternalRouteDesc()
| |
|
| Name |
FExternalRouteDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path |
#include "ExternalRpcRegistry.h" |
FExternalRouteDesc()
FExternalRouteDesc(FHttpRouteHandle, FString, TArray< FExternalRpcArgumentDesc >, FString)
| |
|
| Name |
FExternalRouteDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path |
#include "ExternalRpcRegistry.h" |
FExternalRouteDesc
(
FHttpRouteHandle InHandle,
FString InContentType,
TArray< FExternalRpcArgumentDesc > InArguments,
FString InCategory
)