Difference between uint64 and uint64_t?

Hello,

What is the difference between uint64 and uint64_t ? What does the _t mean?

this is not unreal related this is cpp related
https://www.badprog.com/c-type-what-are-uint8-t-uint16-t-uint32-t-and-uint64-t

I’m asking for the difference related to _t , and your link (I’ve read it before asking here btw) is about int vs unsigned int…

Thank you :slight_smile:

non _t are UE4’s typedef of integer types, you should use those when you interact with UE4 APIs

1 Like