Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Common > API/Developer/TargetPlatform/Common/FTargetPlatformMerged
- ITargetPlatformSettings::SupportsFeature()
- FTargetPlatformMerged::SupportsFeature()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include | #include "Common/TargetPlatformBase.h" |
virtual 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. |