Where do I put my plugin config?

I’m making an editor plugin, and I have some per-game config data that I need to save. How does this work? I’m not sure how editor plugin-specific configuration works in unreal. Is there a tutorial or doc that I can read?

You can store project-specific plugin settings in ini configuration files.

1 Like