![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPortalServiceProvider.h>
Inheritance diagram for IPortalServiceProvider:Public Member Functions | |
| virtual TSharedPtr< IPortalService > | GetService (const FString &ServiceName, const TSharedRef< FTypeContainer > &Dependencies)=0 |
Public Member Functions inherited from IModuleInterface | |
| virtual | ~IModuleInterface () |
| virtual void | StartupModule () |
| virtual void | PreUnloadCallback () |
| virtual void | PostLoadCallback () |
| virtual void | ShutdownModule () |
| virtual bool | SupportsDynamicReloading () |
| virtual bool | SupportsAutomaticShutdown () |
| virtual bool | IsGameModule () const |
|
pure virtual |
Get a service instance of the specified type.
| ServiceName | The name of the service type to get. |
| Dependencies | Optional service dependencies. |
Implemented in FPortalProxiesModule.