UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPortalServiceProvider.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
9
11 : public IModuleInterface
12{
13public:
14
22 virtual TSharedPtr<IPortalService> GetService(const FString& ServiceName, const TSharedRef<FTypeContainer>& Dependencies) = 0;
23};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition TypeContainer.h:426
Definition ModuleInterface.h:14
Definition IPortalServiceProvider.h:12
virtual TSharedPtr< IPortalService > GetService(const FString &ServiceName, const TSharedRef< FTypeContainer > &Dependencies)=0
Definition IPortalService.h:7
Definition SharedPointer.h:692
Definition SharedPointer.h:153