ue5:tips:get-cpu-gpu
文書の過去の版を表示しています。
目次
CPUとGPUを取得
執筆中
#include "HardwareFunctions.h" FString UHardwareFunctions::GetCPUBrandName() { return FWindowsPlatformMisc::GetCPUBrand(); } FString UHardwareFunctions::GetGPUBrandName() { return FWindowsPlatformMisc::GetPrimaryGPUBrand(); }
ue5/tips/get-cpu-gpu.1746274836.txt.gz · 最終更新: 2025/05/03 21:20 by vshs_admin
