sinbad / SPUD

Steve's Persistent Unreal Data library
MIT License
308 stars 45 forks source link

Game/Graphic/Input Settings #19

Closed shoooxz closed 2 years ago

shoooxz commented 2 years ago

Hey, and thanks for the brilliant plugin. Wondering how to solve the problem about storing graphic/game/input settings.As I see You can't save a single object to a file from the blueprints. Thanks and regards

sinbad commented 2 years ago

Personally I still use UGameUserSettings for this, precisely because it's supposed to be separate from save files.