I am doing the UE multiplayer course and the lecuatuer goes to the documention and finds the code to use the event OnComponentBeginOverlap. In UE5 the documentation has changed and is says this is the syntax:
FComponentBeginOverlapSignature OnComponentBeginOverlap
I don’t see how this helps me, a least not on its own. Is that all the information I need to figure it out? If If see something with similar syntax, for example OnComponentEndOverlap. How am I suppost to work out the code for it? Does this mean anything to you, is there something I should know and am missing out that could make the synax tell me all I need to know?
How am I suppost to find the code if I see an event like this and want to use it?