UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPortalRpcLocateServer Struct Reference

#include <PortalRpcMessages.h>

Public Member Functions

 FPortalRpcLocateServer ()
 
 FPortalRpcLocateServer (const FGuid &InProductId, const FString &InProductVersion, const FString &InHostMacAddress, const FString &InHostUserId)
 

Public Attributes

FGuid ProductId
 
FString ProductVersion
 
FString HostMacAddress
 
FString HostUserId
 

Constructor & Destructor Documentation

◆ FPortalRpcLocateServer() [1/2]

FPortalRpcLocateServer::FPortalRpcLocateServer ( )
inline

Default constructor.

◆ FPortalRpcLocateServer() [2/2]

FPortalRpcLocateServer::FPortalRpcLocateServer ( const FGuid InProductId,
const FString &  InProductVersion,
const FString &  InHostMacAddress,
const FString &  InHostUserId 
)
inline

Create and initialize a new instance.

Member Data Documentation

◆ HostMacAddress

FString FPortalRpcLocateServer::HostMacAddress

The mac address of the host.

◆ HostUserId

FString FPortalRpcLocateServer::HostUserId

The user identification for the host.

◆ ProductId

FGuid FPortalRpcLocateServer::ProductId

The product's unique identifier.

◆ ProductVersion

FString FPortalRpcLocateServer::ProductVersion

The product's version string.


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