电池:
FGenericPlatformMisc::GetBatteryLevel
FAndroidMisc::GetBatteryLevel
FIOSPlatformMisc::GetBatteryLevel
制造厂商:
都是FGenericPlatformMisc::GetDeviceMakeAndModel
操作系统
FPlatformMisc::GetOSVersion
FAndroidMisc::GetOSVersion
FIOSPlatformMisc::GetOSVersion
内存
都是FGenericPlatformMemory::GetPhysicalGBRam()
cpuChipset
安卓:FAndroidMisc::GetcpuChipset
其他FGenericPlatformMisc::GetcpuChipset
cpu厂商:
FPlatformMisc::GetCPUBrand
gpu驱动
FAndroidMisc::GetPrimaryGPUBrand
FIOSPlatformMisc::GetPrimaryGPUBrand
FPlatformMisc::GetPrimaryGPUBrand
设备模型
FAndroidMisc::GetDeviceModel
FIOSPlatformMisc::GetDeviceModel
其他FString();
网络类型
FGenericPlatformMisc::GetNetworkConnectionType
FAndroidMisc::GetNetworkConnectionType
FIOSPlatformMisc::GetNetworkConnectionType
mac地址:
安卓
IMobileUtils::Get().GetPlatformInterface()->GetDeviceId();
ios:FPlatformMisc::GetDeviceId();
Windows:FPlatformMisc::GetMacAddressString();