DataConfig icon indicating copy to clipboard operation
DataConfig copied to clipboard

Does this work with UObjects & Blueprint actors?

Open ItsCubeTime opened this issue 2 years ago • 1 comments

Looking for a way to serialize BP created variables to a simple FString or bytes array that I can store to disk - json sounds nice but its in my case not a requirement (although, a humanly readable format like json would be preferred).

ItsCubeTime avatar Jul 10 '23 09:07 ItsCubeTime

Hi. DataConfig works with BP generated classes. You can download the plugin and try the dump context menu and then you can go from there. See https://slowburn.dev/dataconfig/Extra/DumpAssetToLog

If you get the DcJsonAsset it also support dump to JSON. See https://slowburn.dev/dcjsonasset/Tooling.html#context-menu-actions

jagt avatar Jul 10 '23 10:07 jagt