When using `Get PCG Component Data` node with a dynamic `Actor Selection Tag` override, found actors are not tracked.
I think I found the source of this issue in `PCGDataFromActor.cpp`. The code starting at line `486` should probably be outside of the enclosing `if (!Context->bPerformedQuery)` statement at line `458`, so it’s called for the optimized case from line `416`.
[Attachment Removed]