The if/else statement that defines GetLocalizationTargetByName has the same code in both the if portion and else portion. This means that the same code is executed regardless of the evaluation of the "if()" statement.
Result:
The first if and corresponding else contain the same set of code.
Expected:
Code in the else statement refers to GameTargetSet rather than EngineTargetSet
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Editor - UI Systems - Localization |
---|---|
Affects Versions | 4.12.5 |
Target Fix | 4.14 |
Fix Commit | 3064795 |
---|---|
Main Commit | 3082411 |
Created | Jul 8, 2016 |
---|---|
Resolved | Jul 26, 2016 |
Updated | May 2, 2018 |