Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/IPortalServiceLocator
Description
Configure a service.
The format of the ProductId is "ProductName_Major.Minor.Patch-Changelist+Branch". Use the '` wild card to include multiple versions, i.e. "Fortnite_1.0.+UE".
When looking up services, the first matching configuration entry will be used. If no entry matches, nullptr will be returned.
__
| Name | Configure |
| Type | function |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h |
| Include Path | #include "IPortalServiceLocator.h" |
void Configure
(
const FString & ServiceName,
const FWildcardString & ProductId,
const FName & ServiceModule
)