I understand the reason for using a getter on it, but wouldnt it make more sense just to use make a getter for GetHiddenWord() const then using the returned value do a .length against it?
The only reason i could see not to was because you wanted to use an int32 so maybe thats the reason why?
Thanks.