![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FPortalRpcServerImpl:Additional Inherited Members | |
Protected Member Functions inherited from FMessageRpcServer | |
| MESSAGINGRPC_API | FMessageRpcServer (FMessageEndpointBuilder &&InEndpointBuilder) |
| MESSAGINGRPC_API TSharedPtr< FMessageEndpoint, ESPMode::ThreadSafe > | GetEndpoint () const |
| MESSAGINGRPC_API void | ProcessCancelation (const FMessageRpcCancel &Message, const TSharedRef< IMessageContext, ESPMode::ThreadSafe > &Context) |
| MESSAGINGRPC_API void | ProcessRequest (const TSharedRef< IMessageContext, ESPMode::ThreadSafe > &Context) |
| MESSAGINGRPC_API void | SendProgress (const FGuid &CallId, const FReturnInfo &ReturnInfo) |
| MESSAGINGRPC_API void | SendResult (const FGuid &CallId, const FReturnInfo &ReturnInfo) |
Protected Attributes inherited from FMessageRpcServer | |
| TSharedPtr< FMessageEndpoint, ESPMode::ThreadSafe > | MessageEndpoint |
|
inlinevirtual |
|
inlinevirtual |
Sends a FPortalRpcServer response to the specified address, effectively allowing the two services to now communicate with each other directly.
Implements IPortalRpcServer.
|
inlinevirtual |
Implements IPortalRpcServer.