EverNewJoy / VictoryPlugin

Rama's Victory BP Plugin
MIT License
867 stars 256 forks source link

Additional UMG functions for getting parent/child widgets of existing widget. #4

Closed KrisRedbeard closed 8 years ago

KrisRedbeard commented 8 years ago

As mentioned in my email, I had a situation come up where GetAllWidgetsOfClass() wasn't cutting it. The functions GetParentOfClass() & GetChildrenOfClass() allowed me to find parent & child classes based on pre-existing widget. I've included a few more as well, such as GetFirstWidgetOfClass(), as they were also useful.

EverNewJoy commented 8 years ago

Thank you Kris!

Rama