https://pastebin.com/Lr30cbBy
i have included the pastebin link. unless the comment out the if(!IsIsogram(Guess)) function(Line 48) the unreal editor crashes as soon as i press enter in the terminal. i don’t understand why this is happening.
Another far less troublesome issue i am facing is if i declare a function in say a for loop
for(int32 integer;integer<maxvalue;integer++)
i get an error saying integer is undeclared.