Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatformSettings
- ITargetPlatformSettings::GetSupportedHardwareMask()
- FTargetPlatformBase::GetSupportedHardwareMask()
- FTargetPlatformMerged::GetSupportedHardwareMask()
- FTargetPlatformSettingsBase::GetSupportedHardwareMask()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformSettings.h |
| Include | #include "Interfaces/ITargetPlatformSettings.h" |
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.