UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPortalRpcLocator.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
7
struct
FMessageAddress
;
8
12
class
IPortalRpcLocator
13
{
14
public
:
15
22
virtual
const
FMessageAddress
&
GetServerAddress
()
const
= 0;
23
24
public
:
25
32
virtual
FSimpleDelegate
&
OnServerLocated
() = 0;
33
40
virtual
FSimpleDelegate
&
OnServerLost
() = 0;
41
42
public
:
43
45
virtual
~IPortalRpcLocator
() { }
46
};
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
IPortalRpcLocator
Definition
IPortalRpcLocator.h:13
IPortalRpcLocator::GetServerAddress
virtual const FMessageAddress & GetServerAddress() const =0
IPortalRpcLocator::OnServerLocated
virtual FSimpleDelegate & OnServerLocated()=0
IPortalRpcLocator::OnServerLost
virtual FSimpleDelegate & OnServerLost()=0
IPortalRpcLocator::~IPortalRpcLocator
virtual ~IPortalRpcLocator()
Definition
IPortalRpcLocator.h:45
FMessageAddress
Definition
IMessageContext.h:26
Engine
Source
Runtime
Portal
Rpc
Public
IPortalRpcLocator.h
Generated by
1.9.8