IDeviceProfileSelectorModule::GetDeviceProfileName

Run the logic to choose an appropriate device profile for this session.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelectorModule.h

Include

#include "IDeviceProfileSelectorModule.h"

Syntax

virtual const FString GetDeviceProfileName
(
    const TMap< FString, FString > & DeviceParameters
)

Remarks

Run the logic to choose an appropriate device profile for this session.

Returns

The name of the device profile to use for this session

Parameters

Parameter

Description

DeviceParameters

A map of parameters to be used by device profile logic.

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