vshs:GameDev

狙うはグリーンのターゲット

ユーザ用ツール

サイト用ツール


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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki