ELocalizationTargetLoadingPolicy

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h

Include

#include "LocalizationTargetTypes.h"

Syntax

enum ELocalizationTargetLoadingPolicy
{
    Never,
    Always,
    Editor,
    Game,
    PropertyNames,
    ToolTips,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss