Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatformSettings
- ITargetPlatformSettings::SupportsFeature()
- FTargetPlatformMerged::SupportsFeature()
- TTargetPlatformSettingsBase::SupportsFeature()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformSettings.h |
Include | #include "Interfaces/ITargetPlatformSettings.h" |
bool SupportsFeature
(
ETargetPlatformFeatures Feature
) const
Remarks
Checks whether the target platform supports the specified feature. true if the feature is supported, false otherwise.
Parameters
Name | Description |
---|---|
Feature | The feature to check. |