Navigation
| Name | ExternalRpcRegistry |
| Type | Runtime |
| Location | /Engine/Source/Runtime/ExternalRPCRegistry/ |
| Module Build Rules | ExternalRpcRegistry.Build.cs |
Classes
| Name | Remarks |
|---|---|
| UExternalRpcRegistrationComponent | |
| UExternalRpcRegistry | This class is designed to be a singleton that handles registry, maintenance, and cleanup of any REST endpoints exposed on the process for use in communicating with the process externally. |
Structs
| Name | Remarks |
|---|---|
| FExternalRouteDesc | |
| FExternalRouteInfo | |
| FExternalRpcArgumentDesc | |
| FRpcConfig | |
| FRpcLedgerEntry | |
| FRpcTimingContext | Context struct used to measure execution time of RPCs Execution time can be returned in the response to measure actual runtime of the RPC minus the network traffic |