how find some data table rows by a common property with blueprints in UE4?
For example, how can i query only the soccer players with 27 years old from this data table?
Hey @baclofeno!
Can you provide more context as to what you are looking for? What is your end goal? Can you share screenshots of your blueprints so far?
Any additional specific you provide can go a long way in solving your problem!
ok, thanks
Same as in the other thread:
But instead of the countries you’d compare integer values, and add matching structs to an array. You then take that array, create widgets and populate a widget panel to show the 27 year olds only.
2 Likes
thank you so much