Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/FTargetPlatformBase
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.
Virtual Inheritance
- ITargetPlatformSettings::GetSupportedHardwareMask → FTargetPlatformBase::GetSupportedHardwareMask
| Name | GetSupportedHardwareMask |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include Path | #include "Common/TargetPlatformBase.h" |
| Source | /Engine/Source/Developer/TargetPlatform/Private/TargetPlatformBase.cpp |
virtual uint32 GetSupportedHardwareMask() const