# getFeatureList
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/native_get_feature_list.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_get_feature_list.html)
Gets the supported feature name with its version via list.
getFeatureList()Copy to clipboard
## Returns
| **Parameter** | **Return type** | **Description** |
| --- | --- | --- |
| apiNames | vector<std::pair<std::string,int>> |
- std::vector<std::pair<std::string,int>>: List of
all supported feature names and versions
- pair<std::string,int>: Pair of feature names and
versions
|
**Parent Topic:** [QESDK specific APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_specific_apis.html)
Last Published: Nov 14, 2024
[Previous Topic
getApiNameList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/native_get_api_name_list.md) [Next Topic
getFullInfo](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/native_get_full_info.md)