Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatform
- ITargetPlatform::SupportsFeature()
- TTargetPlatformBase::SupportsFeature()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
| Include | #include "Interfaces/ITargetPlatform.h" |
bool SupportsFeature
&40;
ETargetPlatformFeatures Feature
&41; 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. |