Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistrationComponen-
References
| Module | ExternalRpcRegistry |
| Header | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistrationComponent.h |
| Include | #include "ExternalRpcRegistrationComponent.h" |
| Source | /Engine/Source/Runtime/ExternalRPCRegistry/Private/ExternalRpcRegistrationComponent.cpp |
FHttpRequestHandler CreateRouteHandle
(
TDelegate < bool &Request, const FHttpResultCallback &OnComplete)> InFunc
)
Remarks
Creates an Http Request Handler that gets routed through the additional handling of the ExternalRpcRegistry An FHttpRequestHandler delegate object that can be assigned a route in RegisterHttpCallback
Parameters
| Name | Description |
|---|---|
| InFunc | A delegate to be prepared for attachment to a route. |