UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPortalRpcResponder.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#include "
CoreMinimal.h
"
5
6
class
IPortalRpcServer
;
7
8
DECLARE_DELEGATE_RetVal_OneParam
(
TSharedPtr<IPortalRpcServer>
,
FOnPortalRpcLookup
,
const
FString&
/*ProductKey*/
)
9
10
11
14
class
IPortalRpcResponder
15
{
16
public
:
17
19
virtual
FOnPortalRpcLookup
& OnLookup() = 0;
20
21
public
:
22
24
virtual
~IPortalRpcResponder
() { }
25
};
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
DECLARE_DELEGATE_RetVal_OneParam
#define DECLARE_DELEGATE_RetVal_OneParam(ReturnValueType, DelegateName, Param1Type)
Definition
DelegateCombinations.h:54
IPortalRpcServer
Definition
IPortalRpcServer.h:13
TSharedPtr
Definition
SharedPointer.h:692
Engine
Source
Runtime
Portal
Rpc
Public
IPortalRpcResponder.h
Generated by
1.9.8