I know you guys have a word list of 1000(+) words, but if you had a list of only 3 words and the program tries to check the 4th word…
Add a check to make sure Index is less than the Words.Num() if you don’t want Unreal Engine to die.
like so:
for (int32 Index = 0; Index !=10 && Index < Words.Num(); Index++)
{…}