DataConfig
DataConfig copied to clipboard
Does this work with UObjects & Blueprint actors?
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).
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