Declaration
func GetWidgetByPath(owner entity<Player>, target entity<CustomUI>, path string) entity<UIWidget>
go
Get a UI widget from a custom UI using a path
func GetWidgetByPath(owner entity<Player>, target entity<CustomUI>, path string) entity<UIWidget>
go