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
7
9
10
11
14class IPortalRpcResponder
15{
16public:
17
19 virtual FOnPortalRpcLookup& OnLookup() = 0;
20
21public:
22
24 virtual ~IPortalRpcResponder() { }
25};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DELEGATE_RetVal_OneParam(ReturnValueType, DelegateName, Param1Type)
Definition DelegateCombinations.h:54
Definition IPortalRpcServer.h:13
Definition SharedPointer.h:692