can anyone help me figure this out why I get an error message when using “Spawn Actor”?
There might be no TargetPoint actors at all. If they do exist, then you’re getting out of the array range.
Arrays start at zero. Use Length - 1 or better, use LastIndex from the array.