Description

An error message in DataTable.cpp is intended to display the value of an int32 variable, but instead outputs "%d".

Steps to Reproduce
  1. Open DataTable.cpp.
  2. Locate the UDataTable::GetTablePropertyArray() function.
    • Line 436 in revision # 57 of the file in Perforce.
  3. Locate the error message that states "Missing name for column %d."
    • Line 457

RESULT:
This string outputs as "Missing name for column %d."

EXPECTED:
The string outputs with the value of ColIdx replacing "%d".

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Fixed
ComponentUE - Gameplay
Affects Versions4.6.14.8
Fix Commit2404489
CreatedDec 30, 2014
ResolvedJan 13, 2015
UpdatedApr 27, 2018