Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Common > API/Developer/TargetPlatform/Common/FTargetPlatformBase
- ITargetPlatformSettings::GetSupportedHardwareMask()
- FTargetPlatformBase::GetSupportedHardwareMask()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include | #include "Common/TargetPlatformBase.h" |
| Source | /Engine/Source/Developer/TargetPlatform/Private/TargetPlatformBase.cpp |
virtual uint32 GetSupportedHardwareMask() const
Remarks
Gets a platform-dependent bitfield describing which hardware generations are supported. Applies to platforms with multiple iterations of the device, which may vary in performance. Each bit represents a supported device version. Return 0 if information is not provided by the platform.