Description

Enums are unusable in data tables for importing. They import solely as their default "zero" value (albeit with the name wrong - but that still "functions" fine).

Sample enum: Dog, Cat, Bird

Sample default names: NewEnumeration0, NewEnumeration1, NewEnumeration2

Sample list: Dog, Bird, Bird, Cat, Dog

Result: NewEnumeration0, NewEnumeration0, NewEnumeration0, NewEnumeration0, NewEnumeration0

...so the actual values have been lost on import. You essentially have to manually manipulate everything within the editor itself, so you cannot use external software to change the data.

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
ComponentTools
Affects Versions4.8
Target Fix4.9
Fix Commit2604128
CreatedJun 22, 2015
ResolvedJun 29, 2015
UpdatedApr 27, 2018