![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FCPUIDQueriedData () | |
Static Public Member Functions | |
| static bool | HasCPUIDInstruction () |
| static bool | HasTimedPauseInstruction () |
| static const ANSICHAR(& | GetVendor ())[12+1] |
| static const ANSICHAR(& | GetBrand ())[0x40] |
| static uint32 | GetCPUInfo () |
| static uint32 | GetCPUInfo2 () |
| static int32 | GetCacheLineSize () |
Class that caches __cpuid queried data.
|
inline |
Gets pre-cached CPU brand string.
Gets cache line size.
Gets __cpuid CPU info.
Gets __cpuid CPU info.
Gets pre-cached CPU vendor name.
Checks if this CPU supports __cpuid instruction.
Checks if this CPU supports tpause instruction.