Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Common > API/Developer/TargetPlatform/Common/FTargetPlatformSettingsBase
- ITargetPlatformSettings::SupportsValueForType()
- FTargetPlatformSettingsBase::SupportsValueForType()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformSettingsBase.h |
| Include | #include "Common/TargetPlatformSettingsBase.h" |
virtual bool SupportsValueForType
(
FName SupportedType,
FName RequiredSupportedValue
) const
Remarks
Checks whether the target platform supports the specified value for the specified type of support true if the feature is supported, false otherwise.
Parameters
| Name | Description |
|---|---|
| SupportedType | The type of support being queried |
| RequiredSupportedValue | The value of support needed |