Increase max float value

You can find information about data types in the coding standards under “Portable Aliases for Basic C++ Types”. You can use the 64 bit /8 byte floating point like any other C++ type. If you haven’t used C++ in the engine before, thats a bigger topic, you should probably start with the Programming Guide then.