Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformSettings
Description
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.
Derived Overrides
- FTargetPlatformBase::GetSupportedHardwareMask
- FTargetPlatformMerged::GetSupportedHardwareMask
- FTargetPlatformSettingsBase::GetSupportedHardwareMask
| Name | GetSupportedHardwareMask |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformSettings.h |
| Include Path | #include "Interfaces/ITargetPlatformSettings.h" |
uint32 GetSupportedHardwareMask() const