Navigation
API > API/Developer > API/Developer/LocalizationService
References
| Module | LocalizationService |
| Header | /Engine/Source/Developer/LocalizationService/Public/LocalizationServiceHelpers.h |
| Include | #include "LocalizationServiceHelpers.h" |
Syntax
class FScopedLocalizationService
Remarks
Helper class that ensures FLocalizationService is properly initialized and shutdown by calling Init/Close in its constructor/destructor respectively.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor; Initializes localization service Provider |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor; Closes localization service Provider |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ILocalizationServiceProvider & | GetProvider () |
Get the provider we are using |