IDeviceProfileServicesUIManager::GetProfilesByType

Gets an array of profile that match a type.

Windows
MacOS
Linux

References

Module

DeviceProfileServices

Header

/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesUIManager.h

Include

#include "IDeviceProfileServicesUIManager.h"

Syntax

void GetProfilesByType
(
    TArray< UDeviceProfile * > & OutDeviceProfiles,
    const FString & InType
)

Remarks

Gets an array of profile that match a type.

Parameters

Parameter

Description

OutDeviceProfiles

The populated profile list.

InType

The type to match.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss