My IsIsogram Function

I wanted to go for it to see if I could get the entire IsIsogram function working as intended to check the entire guess if it’s an isogram, and I got there in the end.

(Only took an embarrassing amount of time tearing my hair out trying to figure out why it wasn’t working, only to realize I referenced the wrong variable when calling the function. :upside_down_face:)

image

2 Likes

How did you wrap the knowledge in your head? Was it confusing?

Fortunately, I already have a pretty solid understanding of c++ fundamentals, it’s just learning the unreal-specific syntax and how to do things outside of terminal applications that I’m learning.

Privacy & Terms