In Array.h, there are a few typos in comments.
In 4.9.2 and 4.10, the typos occur at line 2335 and 2359.
*@param InIntem Item to be added.
In Main, the typos are located at lines 2471 and 2495.
1. Open the engine code in VS
2. Open Array.h
3. Navigate to lines 2335 and 2359 if in 4.9.2 or 4.10.1, or lines 2471 and 2495 if in Main.
Result: Notice the typo in this line:
*@param InIntem Item to be added.
Expected: InIntem would be InItem instead.
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Foundation - Core |
---|---|
Affects Versions | 4.9.2, 4.10, 4.12 |
Target Fix | 4.12 |
Fix Commit | 2815717 |
---|---|
Main Commit | 2845588 |
Created | Dec 28, 2015 |
---|---|
Resolved | Jan 5, 2016 |
Updated | Feb 5, 2017 |