Finding the enum value of the actor I'm looking at with line trace by channel

I have 2 types of actors and I want my code to play depending on which actor I’m looking at. I did as in the photo but I couldn’t find how to get the enum value of the hit actor

bvc

You can cast the hit actor pin to your type and then pick up the enum :slight_smile: