Navigation
API > API/Developer > API/Developer/Localization
References
| |
|
| Module |
Localization |
| Header |
/Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include |
#include "LocalizationTargetTypes.h" |
Syntax
enum ELocalizationTargetLoadingPolicy
&123;
Never,
Always,
Editor,
Game,
PropertyNames,
ToolTips,
&125;
Values
| Name |
Description |
| Never |
This target's localization data will never be loaded automatically. |
| Always |
This target's localization data will always be loaded automatically. |
| Editor |
This target's localization data will only be loaded when running the editor. |
| Game |
This target's localization data will only be loaded when running the game. |
| PropertyNames |
This target's localization data will only be loaded if the editor is displaying localized property names. |
| ToolTips |
This target's localization data will only be loaded if the editor is displaying localized tool tips. |