Hi everyone,
In case anyone have the same problem the only solution I found was to implement a new PCG node: MyPCGWorldRayHit
that look a lot like PCGWorldRayHit
but use a AdditionalQueryParams.FilterOnComponentTags
to do the filtering on HitComponent->ComponentTags
…