Can i trace specific item in ThirdPersonCharacter blueprint

Hello i want to check if my line hit the specific object, but i cant make it because i cant choose this item

One approach is to add an Actor tag to the thing you’re calling “a specific object” and then use the ActorHasTag function in your blueprint where you have your red question mark. One tricky thing is to make sure you add your tag under the “Actor” section of your object instance and NOT the “Tags” section of your object instance. To do this…

  1. Select your object instance in the World Outliner.
  2. In the Details panel, find the “Actor” component/section.
  3. Click the little arrow to reveal the advanced settings of the “Actor” component/section.
  4. Under “Tags” click the “+” button to add a new tag.
  5. Call the tag whatever you’d like. This is the name you’ll use with the ActorHasTag function in your blueprint.