UDeviceProfileManager::CreateProfile

Create a copy of a device profile from a copy.

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

UDeviceProfile * CreateProfile
(
    const FString & ProfileName,
    const FString & ProfileType,
    const FString & ParentName,
    const TCHAR * ConfigPlatform
)

Remarks

Create a copy of a device profile from a copy.

Returns

the created profile.

Parameters

Parameter

Description

ProfileName

The profile name.

ProfileToCopy

The profile to copy name.

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