Original Discord Post by heivoll | 2024-09-12 15:40:12
In UE5, when receiving info about a section having been completed, we receive an ID. It would be very useful if we could also get the section name here. This way we could much more easily set up several characters with a similar structured narrative, not needing to store lots of UUIDs.
Would it be possible to add this to the event?
Another option could be to have a way of looking up a section based on ID, so you could find the name in that manner.
There’s a blueprint node called ‘Convai Fetch Narrative Sections’ (turn off context sensitive) which will return all the Narrative Design info for a character
Reply by jteio0 | 2024-09-26 06:33:45
There’s a blueprint node called ‘Convai Fetch Narrative Sections’ (turn off context sensitive) which will return all the Narrative Design info for a character
Reply by heivoll | 2024-09-26 16:50:17
Thank you, that’s very helpful! So could use that to find the corresponding section. Would still be great to just get the name in the event, but this would do the trick!