HaywireInteractive / OnAllFronts-Public

UE5 MilSim FPS / RTS Game (formerly ProjectM)
MIT License
128 stars 24 forks source link

When cooking prevent .txt files for assets from getting updated #768

Closed Leroy231 closed 12 months ago

Leroy231 commented 1 year ago

Example file which gets updated: Plugins\ProjectM\Content\Playgrounds\Blueprints\Objective\DA_MassObjective.txt

For example of the change see how ConfigGuid gets modified in screenshot below. When we save .txt files for assets we should replace the ConfigGuid with some constant, e.g. <ReplacedConfigGuid>

Image