Page 1 of 1

[2.0.11] Add support for parameterized blueprints to the modding API

Posted: Mon Oct 28, 2024 5:27 pm
by micromario
Currently if a mod pastes a blueprint, there's no way to tell it which parameters to use.

Could this be added?
10-28-2024, 12-27-33.png
10-28-2024, 12-27-33.png (126.67 KiB) Viewed 303 times

Re: [2.0.11] Add support for parameterized blueprints to the modding API

Posted: Thu Oct 31, 2024 2:31 am
by ahicks
We would also like this as to prevent needing to rewrite and re-import the blueprint or something. Also the ability to get what the parameters are (which would also require exporting and reading the blueprint string). We'd be fine with ugly in the sense of "it's complex relationships, but we expose a flattened representation so figure it out" level access--I'll code the more complex data structures on our side if required.

Re: [2.0.11] Add support for parameterized blueprints to the modding API

Posted: Sat Nov 09, 2024 4:45 pm
by JoshuaCF
I'd also like to see this added.