Character Collision

Of course you need to implement it in your own class. I suggest looking at classes like APawn to understand how inheritance works in Unreal C++.

Your header file:

Your cpp:

This is just an example actor that has a capsule component and gets notified once this capsule collides with anything.