Can CC3 export maps’ elements information for other software?
Hello, I would like to know whether there are some functions or API in CC3 to get detailed elements information (like location, rotation, size, spline points) in the map. I hope to use such information to automatically generate a draft game level in UE level editor. There python API on UE side for automatically generating levels, but it is needed to get information in a python readable format.
Thanks in advance.
Answers
Kind of. The List command in CC3+ gives a lot of detailed information about entities, and it can be exported to a text file that shouldn't bee too hard to parse programmatically.
If that does not cover the need, it is also possible to write your own extension for CC3+ that can walk the entity list and generate whatever output you need, but of course, that does require a bit of programming.