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.
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
Trying to launch , erorr,dll missing
How to achieve HLSL Multiple Render Target in Material blueprints?
Head over to the existing Questions & Answers thread and let us know what's up.