Navigation
API > API/Runtime > API/Runtime/PortalServices
| Name | IPortalServiceLocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h |
| Include Path | #include "IPortalServiceLocator.h" |
Syntax
class IPortalServiceLocator
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPortalServiceLocator() |
Virtual destructor. | IPortalServiceLocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Configure
(
const FString& ServiceName, |
Configure a service. | IPortalServiceLocator.h | |
TSharedPtr< ServiceType > GetService
(
const FString& ProductId |
Get a service of the specified type. | IPortalServiceLocator.h | |
TSharedRef< ServiceType > GetServiceRef
(
const FString& ProductId |
Get a service of the specified type. | IPortalServiceLocator.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IPortalService > GetService
(
const FString& ServiceName, |
Get a service of the specified type. | IPortalServiceLocator.h |