I’m trying to figure out how exactly the tire tracks work. They seem to appear only on muddy textures.
All I can find out is a particle called “Tire Track” inside a particle system called “P_dirt_wheel_kickup” and a static mesh called “SM_Tire_track”, but I can’t seem to find any references in blueprints to either of those.
I’ve tried searching for these names as well inside of every .h, .cp, .cs file in Unreal Projects\VehicleGame\Source\ without any visible references as well.
Where and when exactly is the sm_tire_track being spawned?
I apologize for a incredibly stupid question probably, but I just can’t seem to find it.