I tried both the advanced and the version in the video to make the TArray but when I try to compile I get this: error C4002: too many arguments for function-like macro invocation ‘TEXT’
You are probably missing a )
somewhere. If not, please post your code.
You are missing a )
, rather you misplaced it. Also you have ,
instead of .
TEXT("")
^ missing
Words.Num()
^ . not ,
Oh I see. Thanks. It confused me a little as I’m used to programming in C.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.