Cast does not work?

Thanks for the info. I tried %i and it showed my ints in log :slight_smile:

Edit: After reading that page its saying %d for ints. I used an %i, did it get changed?

Edit: I have a question about null. I see that you can use null or nullptr but it says to use TYPE_OF_NULLPTR to be compatible with new gaming systems coming. If i use TYPE_OF_NULLPTR it causes error and will not compile. I see in my above log it logs null. So should i use null not the other 2? kind of confused on which to use?