UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPortalRpcModule.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
6
8class IPortalRpcResponder;
10
Definition ModuleInterface.h:14
Definition IPortalRpcLocator.h:13
Definition IPortalRpcModule.h:16
virtual TSharedRef< IPortalRpcLocator > CreateLocator()=0
virtual TSharedRef< IPortalRpcServer > CreateServer()=0
virtual TSharedRef< IPortalRpcResponder > CreateResponder()=0
Definition IPortalRpcServer.h:13
Definition SharedPointer.h:153