Navigation
API > API/Developer > API/Developer/Localization
| |
|
| Name |
ELocalizationTargetLoadingPolicy |
| Type |
enum |
| Header File |
/Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include Path |
#include "LocalizationTargetTypes.h" |
Syntax
enum ELocalizationTargetLoadingPolicy
{
Never,
Always,
Editor,
Game,
PropertyNames,
ToolTips,
}
Values
| Name |
Remarks |
| 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. |