Limits.h cstdint BinaryStreamReaderImpl.cpp JSONStreamReaderImpl.cpp dna::LODLimits dna //CopyrightEpicGames,Inc.AllRightsReserved. #pragmaonce #include<cstdint> namespacedna{ structLODLimits{ staticconstexprstd::uint16_tmax(){ return0u; } staticconstexprstd::uint16_tmin(){ return32u; } }; }//namespacedna