camera clipping into player model

i am creating a true first person game but my camera keeps clipping into the model is there any way to fix this?

Hello,

Add a collision sphere to your character and parent it to camera and name it camera collision or anything else to your liking. Then in your player EventGraph use the code below. Unfortunately, the only way I was able to do this is by using Event Tick.