Files
UnrealEngineUWP/Engine/Source/Editor/CurveTableEditor
Jamie Dale 9cd80fd9a6 Fixed order of initialisation bug by using GetEditingObject() instead
The DataTable pointer was only set when the data table tab was opened, so if you re-ordered your tab so that the row editor was created first, the row editor would be using a null data table pointer and the editor wouldn't work correctly.

[CL 2524427 by Jamie Dale in Main branch]
2015-04-24 11:27:46 -04:00
..