![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPortalRpcLocator.h>
Inheritance diagram for IPortalRpcLocator:Public Member Functions | |
| virtual const FMessageAddress & | GetServerAddress () const =0 |
| virtual FSimpleDelegate & | OnServerLocated ()=0 |
| virtual FSimpleDelegate & | OnServerLost ()=0 |
| virtual | ~IPortalRpcLocator () |
Interface for Portal RPC server locators.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Get the address of the located Portal RPC server.
Implemented in FPortalRpcLocatorImpl.
|
pure virtual |
Get a delegate that is executed when an RPC server has been located.
Implemented in FPortalRpcLocatorImpl.
|
pure virtual |
Get a delegate that is executed when an RPC server has been located.
Implemented in FPortalRpcLocatorImpl.