Any way to mass edit gameplay tags? Like edit all these gameplay tags name?

If I want to edit the parent’s name, both the ini and the data table methods needs me to edit each children tag individually.

Is there a native way to edit the parent or mass edit tags or an open source or paid plugin?

When I need to do this I edit the .ini file directly using VS Code. I hate to spruke Microsoft if I can avoid it but Code is pretty solid and it has a pretty decent find and replace.

Unless I’ve misunderstood what you’re asking?

1 Like

Thanks that’s useful though I don’t know how useful , I guess main benefit maybe if your IDE has a way to refractor everything with the same spelling, then can instantly refactor all the parents.

I don’t know of anything or a way outside of external custom setups.

The way I’d handle it is to use a database and custom code to modify them on a DB (GPT & DT). Then have code to query the DB and spit out what I needed.

For the .ini I have the code print what I needed and I’d copy/paste vs tediously integrating into the engine/editor. The DT’s would be .csv’s that I import in to the project.

1 Like