Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with UObjects & Blueprint actors? #5

Open
ItsCubeTime opened this issue Jul 10, 2023 · 1 comment
Open

Does this work with UObjects & Blueprint actors? #5

ItsCubeTime opened this issue Jul 10, 2023 · 1 comment

Comments

@ItsCubeTime
Copy link

ItsCubeTime commented Jul 10, 2023

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).

@jagt
Copy link
Contributor

jagt commented Jul 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants