Make UniqueID
If you need a Datatable that has entries with a unique_id string, you can compare against the existing entries and spit out a value that isn't used yet. In the example, the datatable is called 'ContentData'.
In the example, the string is sent to the log so it can be copied from the Output Log window, but you could do more with it. In my case I'd feed it straight into the next entry in the Datatable. It's generated by pressing Run Editor Utility Blueprint in the Content Browser in the editor.
The format is 8characters-4characters-4characters-4characters-12characters.
LogBlueprintUserMessages: [None] l70101af-5rn5-m605-9svg-369f6742rwf0
LogBlueprintUserMessages: [None] a00l9ot0-g72l-6jsb-22g7-z33bo0z64a16
LogBlueprintUserMessages: [None] 3i3magy8-f7g9-e4de-g250-27rvpn33ns6n
LogBlueprintUserMessages: [None] m2j2joxx-7ju6-u2gu-j22o-fji9u7633a8w
Here is the paste-bin for the Blueprint, which is one event graph.
Comments