UDeviceProfileManager::FindProfile

Find a profile based on the name.

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 * FindProfile
(
    const FString & ProfileName,
    bool bCreateProfileOnFail
)

Remarks

Find a profile based on the name.

Returns

The found profile.

Parameters

Parameter

Description

ProfileName

The profile name to find.

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