I know how to create custom Trace channels or object types using the Project settings, but I’m making a plugin and would like this process to become automated on startup of the game.
I’ve seen very little information on this topic and all current methods seem overly complicated at the moment (mainly due to the relevant members of classes such as CollisionProfile being private), requiring either modifying the .Ini files directly or extending these classes in the editor with your own custom module.
Has any way been implemented to add these collision responses or trace channels through c++?