When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being viewed in the Data Table Editor, the engine may crash or display garbage values. This does not happen with the similar function UDataTableFunctionLibrary::FillDataTableFromCSVFile().
The reason appears to be that UDataTableFunctionLibrary::FillDataTableFromCSVString() calls UCSVImportFactory::FactoryCreateText() directly, which in turn discards the old UDataTable and creates a new one in its place, without properly notifying any open Editor windows. On the other hand, UDataTableFunctionLibrary::FillDataTableFromCSVFile() wraps the call to FactoryCreateText() inside the pair FDataTableEditorUtils::BroadcastPreChange() and FDataTableEditorUtils::BroadcastPostChange(), which seems to handle the situation correctly (not 100% verified).
(Step 1)
(Step 2)
(Step 3)
(Step 4)
(Step 5)
(Step 6)
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Is it correct to delete the uobject element of array?
How can i modify the param name in EQS node
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Teleporter in the Creative Hub is Locked and cannot be accessed
What properties of the progress bar can be used for drag and drop highlighting?
What property of the Slider is the image used when dragging?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-204419 in the post.