IDeviceProfileServicesUIManager

Device Profile Services Manager for UI.

Windows
MacOS
Linux

References

Module

DeviceProfileServices

Header

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

Include

#include "IDeviceProfileServicesUIManager.h"

Syntax

class IDeviceProfileServicesUIManager

Remarks

Device Profile Services Manager for UI.

Functions

Name Description

Public function Const

const FName

 

GetDeviceIconName

(
    const FString& DeviceName
)

Gets an icon name for a given device.

Public function Const

const FName

 

GetPlatformIconName

(
    const FString& DeviceName
)

Gets an icon name for a given platform.

Public function

const TArray...

 

GetPlatformList()

Gets Platform List.

Public function

void

 

GetProfilesByType

(
    TArray< UDeviceProfile* >& Ou...,
    const FString& InType
)

Gets an array of profile that match a type.

Public function

void

 

SetProfile

(
    const FString& DeviceProfileName
)

Set a profile - add the type to an INI file so it can be used in a history view.

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