Navigation
API > API/Developer > API/Developer/Localization
| |
|
| Name |
ELocalizationGatherPathRoot |
| Type |
enum |
| Header File |
/Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include Path |
#include "LocalizationTargetTypes.h" |
Syntax
enum ELocalizationGatherPathRoot
{
Auto,
Engine,
Project,
}
Values
| Name |
Remarks |
| Auto |
Automatically select Engine or Project based on which set the target belongs to |
| Engine |
Path is relative to the Engine directory |
| Project |
Path is relative to the Project directory |