I have set this on all my static meshes on the map. I believe the line:
mesh->SetNotifyRigidBodyCollision(true);
is used to set GenerateHitEvents to true.
I have a player controlled pawn which DOES collide with these actors, therefore I am fairly certain that my code is correct. I just can’t get it to collide which the static meshes on the map.