Is it possible to disable collision response but keep have the onContact ?

Hi,
Is it possible to disable collision response for everything but still have the onContact event ?
Thanks

Sure. In your filter shader, request contact notification but not collision response. For example, raising eDETECT_DISCRETE_CONTACT and whatever notification flags you want but not raising eSOLVE_CONTACT