Navigation
| Name | MessagingRpc |
| Type | Runtime |
| Location | /Engine/Source/Runtime/MessagingRpc/ |
| Module Build Rules | MessagingRpc.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FMessageRpcServer | Implements an RPC server. |
Structs
| Name | Remarks |
|---|---|
| FMessageRpcCancel | Message for canceling an RPC call. |
| FMessageRpcProgress | Message for updating the progress of an RPC call. |
| FMessageRpcUnhandled | Message for notifying RPC clients that a call was not handled by the server. |
| FRpcMessage | Base type for RPC messages. |
Interfaces
| Name | Remarks |
|---|---|
| IMessageRpcCall | Interface for RPC calls. |
| IMessageRpcClient | Interface for RPC clients. |
| IMessageRpcHandler | Interface for RPC request handlers. |
| IMessageRpcReturn | Interface for RPC return values. |
| IMessageRpcServer | Interface for RPC servers. |
| IMessagingRpcModule | Interface for the MessagingRpc module. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnMessagePathNameRpcNoHandler | TBaseDelegate_OneParam< void, const FTopLevelAssetPath & > | IMessageRpcServer.h | |
| FOnMessageRpcNoHandler | TBaseDelegate_OneParam< void, const FName & > | Delegate type for RPC messages that have no registered handler. | IMessageRpcServer.h |