📄️ Easy Trace-Trail System Overview
Video Overview
📄️ Setup
Once you installed your plugin with your desired method we can start using it. If you are not sure how to work with plugins make sure to look at this documentation.
📄️ Creating Hit Trails
This plugin manages it through a World Subsystem. World Subsystems can be accessed in your classes if they have a world access. Meaning if you can do any tracing normally in your class, you can create a hit-trail too. To access this subsystem get Trace Trailer Task Manager. From that subsystem you can access Create And Register Trace Task function.
📄️ Managing Trace-Trail Tasks
Once you have created your trail tasks you have events On Trace Hit, On Trace Task Cleared. With these methods you can affect your game world. It is generally a good idea to hold your Task Reference in a variable. So you can clear the task or call some functions when necessary.
📄️ Final Notes
Debugging