You have several options :
- You could either save these settings to disk (
Serialize
them) and read them again when your program starts (Deserialize
them) - Or you could save them to a pin using the advanced
SaveToModelPin
node, which would save the settings in the patch directly.
In both cases I would first recommend create a Record
or a Class
that contains those settings, it’ll be easier to manage them!