Navigation
API > API/Developer > API/Developer/LocalizationService
Inheritance Hierarchy
- IModuleInterface
- ILocalizationServiceModule
References
| Module | LocalizationService |
| Header | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceModule.h |
| Include | #include "ILocalizationServiceModule.h" |
Syntax
class ILocalizationServiceModule : public IModuleInterface
Remarks
Interface for talking to localization service providers
Functions
| Type | Name | Description | |
|---|---|---|---|
| ILocalizationServiceModule & | Get () |
Gets a reference to the localization service module instance. | |
| ILocalizationServiceProvider & | GetProvider () |
Get the localization service provider that is currently in use. | |
| bool | Get whether we should use global or per-project settings | ||
| *virtual bool | IsEnabled () |
Check whether localization service is enabled. | |
| *virtual void | QueueStatusUpdate
(
const TArray< FLocalizationServiceTranslationIdentifier >& InTranslationIds |
||
| void | SetProvider
(
const FName& InName |
Set the current localization service provider to the one specified here by name. | |
| void | SetUseGlobalSettings
(
bool bIsUseGlobalSettings |
Set whether we should use global or per-project settings | |
| void | Tick () |
Tick the localization service module. |