You can add attributes to each node, which allows you to extend its data footprint. For instance in my game I use QuestId, QuestType, Description, CompletedLogText, etc etc. These attributes will be serialized with each node on export. My own use case is I then load this JSON into a #UE5 Datatable
1 likes 1 replies
?