UDeviceProfileManager::DoActiveProfilesReference

Examine the currently active or overridden profile for references to entries in DeviceProfilesToQuery

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h

Include

#include "DeviceProfiles/DeviceProfileManager.h"

Source

/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp

Syntax

bool DoActiveProfilesReference
(
    const TSet< FString > & DeviceProfilesToQuery
)

Remarks

Examine the currently active or overridden profile for references to entries in DeviceProfilesToQuery

Returns

true if any profiles contained in DeviceProfilesToQuery are referenced by active or overridden profile.

Parameters

Parameter

Description

DeviceProfilesToQuery

Collection of device profiles to check.

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