Epic Developer Community Forums
I have an array of structs how do I find a struct index in that array by searching for a string in the struct member or number
Development
Programming & Scripting
unreal-engine
V-o-i-d
(V-o-i-d)
August 16, 2021, 1:04am
1
Is it possible? Does anyone know?
ClockworkOcean
(ClockworkOcean)
August 16, 2021, 6:57am
2
Unfortunately you have to search the whole array with a loop…