Finding actors by variable value

Here’s the scenario… My scrabble game when i swap tiles on occasion fills the rack with an empty space instead of a letter… i have an enum set up that tracks tile location (in tile pool,on,rack,in play, and scored). I clearly dont have 7 on the rack so id like to know if theres a way i can filter actors in the outliner by the enum to see if some still have the “on rack” status that have ended up in the tile pool somehow.

Idk about filtering them in the outliner. You could set a function to Call In Editor with some debug for visual aid or log the names of the actors.