![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPortalRpcServer.h>
Inheritance diagram for IPortalRpcServer:Public Member Functions | |
| virtual void | ConnectTo (const FMessageAddress &Address) const =0 |
| virtual IMessageRpcServer * | GetMessageServer ()=0 |
| virtual | ~IPortalRpcServer () |
Interface for Portal RPC server
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Sends a FPortalRpcServer response to the specified address, effectively allowing the two services to now communicate with each other directly.
Implemented in FPortalRpcServerImpl.
|
pure virtual |
Implemented in FPortalRpcServerImpl.