Erratic behavior of "Get All Widgets Of Class" node. Am I doing something wrong?


UE 5.4.3
I’m trying to get all widgets of a certain class (Book 1 - I have one class child), and it returns 0 length. The weird thing is that i have another widget class (CW Cursors) with 5 class children, it returns the correct length, but when i add another class child, it still returns 5. It “feels” like there is a class cache somewhere.

Is something wrong with “Get All Widgets Of Class” node or am I doing something wrong?

Get widgets is something that will return the widgets that are actually on the screen during play, not what widgets you have defined in the content browser :thinking: