◆ ~FPortalServiceLocatorImpl()
| FPortalServiceLocatorImpl::~FPortalServiceLocatorImpl |
( |
| ) |
|
|
inline |
◆ Configure()
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.
- Parameters
-
| ServiceName | The name of the service type configure. |
| ProductName | The product name that this configuration applies to. |
| ProductVersion | The version string of the product that this configuration applies to. |
| ServiceModule | The name of the module that implements the service. |
Implements IPortalServiceLocator.
◆ GetService()
Get a service of the specified type.
- Parameters
-
| ServiceName | The name of the service type to get. |
- Returns
- The service instance, or nullptr if unavailable.
Implements IPortalServiceLocator.
The documentation for this class was generated from the following file: