UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPortalRpcLocatorImpl Class Reference
+ Inheritance diagram for FPortalRpcLocatorImpl:

Public Member Functions

virtual ~FPortalRpcLocatorImpl ()
 
virtual const FMessageAddressGetServerAddress () const override
 
virtual FSimpleDelegateOnServerLocated () override
 
virtual FSimpleDelegateOnServerLost () override
 
- Public Member Functions inherited from IPortalRpcLocator
virtual ~IPortalRpcLocator ()
 

Constructor & Destructor Documentation

◆ ~FPortalRpcLocatorImpl()

virtual FPortalRpcLocatorImpl::~FPortalRpcLocatorImpl ( )
inlinevirtual

Member Function Documentation

◆ GetServerAddress()

virtual const FMessageAddress & FPortalRpcLocatorImpl::GetServerAddress ( ) const
inlineoverridevirtual

Get the address of the located Portal RPC server.

Returns
The RPC server's message address, or invalid if no server found.
See also
OnServerLocated, OnServerLost

Implements IPortalRpcLocator.

◆ OnServerLocated()

virtual FSimpleDelegate & FPortalRpcLocatorImpl::OnServerLocated ( )
inlineoverridevirtual

Get a delegate that is executed when an RPC server has been located.

Returns
The delegate.
See also
GetServerAddress, OnServerLost

Implements IPortalRpcLocator.

◆ OnServerLost()

virtual FSimpleDelegate & FPortalRpcLocatorImpl::OnServerLost ( )
inlineoverridevirtual

Get a delegate that is executed when an RPC server has been located.

Returns
The delegate.
See also
GetServerAddress, OnServerLocated

Implements IPortalRpcLocator.


The documentation for this class was generated from the following file: