UDeviceProfileManager::GetAllPossibleParentProfiles

Get a list of all possible parent profiles for a given device profile

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

void GetAllPossibleParentProfiles
(
    const UDeviceProfile * ChildProfile,
    OUTTArray< UDeviceProfile * > & PossibleParentProfiles
) const

Remarks

Get a list of all possible parent profiles for a given device profile

Parameters

Parameter

Description

ChildProfile

The profile we are looking for potential parents

PossibleParentProfiles

The list of profiles which would be suitable as a parent for the given profile

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