How about the "int32" and the capital of "INT32" defference

our “official” types are lowercase and have the bits at the end.

uint8, int32, float, double

You will find all of these in Platform.h

We don’t use any platform defines like DWORD, etc except when necessary and only within that platforms implementation. I’m not aware of any INT32 instances in the standard engine code.