Navigation
API > API/Editor > API/Editor/DeviceProfileServices > API/Editor/DeviceProfileServices/IDeviceProfileServicesUIManager
References
| Module | DeviceProfileServices |
| Header | /Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesUIManager.h |
| Include | #include "IDeviceProfileServicesUIManager.h" |
void GetProfilesByType
&40;
TArray< UDeviceProfile &42; > & OutDeviceProfiles,
const FString & InType
&41;
Remarks
Gets an array of profile that match a type.
Parameters
| Name | Description |
|---|---|
| OutDeviceProfiles | The populated profile list. |
| InType | The type to match. |