How do I add 'projectile' object type to collision presets?

Hi Nevermore,

What you are looking for is enum ECollisionChannel in the EngineTypes.h file. This is where you can find how other channels are defined. If ECC_GameTraceChannel1 is the name of your collision channel (as set up in the editor), you should be able to access it using the name as you suggested.