Navigation
Unreal Engine C++ API Reference > Developer > Localization
Inheritance Hierarchy
- IModuleInterface
- ILocalizationModule
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocalizationModule.h |
Include | #include "LocalizationModule.h" |
Syntax
class ILocalizationModule : public IModuleInterface
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
ILocalizationModule & | Get () |
|
![]() |
ULocalizationTarget * | GetLocalizationTargetByName
(
FString TargetName, |
|
![]() |
bool | HandleRegenLocCommand
(
const FString& InConfigFilePath |
Given a config file, generate a compiled LocRes file for the active culture and use it to update the live-entries in the localization manager. |