How do I attach expose a tooltip to a basic variable in code c++

This should work:

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=PlayerMusicSkill, meta = (ToolTip = "What is the Player's current musical skill level?"))
int32 MusicSkillLevel;