(39) 's Extra Blueprint Nodes for You as a Plugin, No C++ Required!

Great stuff. Thanks, .

I’ve just popped in to mention a little bug I’ve spotted in one of your plugin’s nodes. In the ‘Widget Get Children of Class’ node, for some reason it duplicates the children in the array that it returns. Therefore, when I use a ForLoop with array as its input, I need a Boolean that returns true if the current index is less than half the length of the array, so that I can ignore the duplicates.

Cheers!