Is it possible to ignore some actors when using a Line of Sight to Actor check?

I’m not familiar with the LineOfSightTo node, but by using LineTraceForObjects, you can set ObjectTypes to trace. In your case, you can add a custom object type to your player character and then set your enemy only to line trace that specific object type. That being said, there is no need to maintain a list of “Ignored Actors”.