Navigation
API > API/Runtime > API/Runtime/PortalServices
References
Module | PortalServices |
Header | /Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h |
Include | #include "IPortalServiceLocator.h" |
Syntax
class IPortalServiceLocator
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Configure
(
const FString& ServiceName, |
Configure a service. |
![]() |
TSharedPtr< ServiceType > | GetService
(
const FString& ProductId |
Get a service of the specified type. |
![]() |
TSharedPtr< IPortalService > | GetService
(
const FString& ServiceName, |
Get a service of the specified type. |
![]() |
TSharedRef< ServiceType > | GetServiceRef
(
const FString& ProductId |
Get a service of the specified type. |