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