IPortalRpcLocator::GetServerAddress

Get the address of the located Portal RPC server.

Choose your operating system:

Windows

macOS

Linux

References

Module

PortalRpc

Header

/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcLocator.h

Include

#include "IPortalRpcLocator.h"

Syntax

const FMessageAddress & GetServerAddress() const

Remarks

Get the address of the located Portal RPC server.

Returns

The RPC server's message address, or invalid if no server found.

See Also